FunctionInvocationInput¶
Structure Class¶
FunctionInvocationInput
dataclass
¶
Contains information about the function that the agent predicts should be called.
This data type is used in the following API operations:
- In the
returnControlfield of the InvokeAgent response
Attributes¶
action_invocation_type
class-attribute
instance-attribute
¶
action_invocation_type: ActionInvocationType | None = None
Contains information about the function to invoke,
collaborator_name
class-attribute
instance-attribute
¶
collaborator_name: str | None = field(repr=False, default=None)
The collaborator's name.
parameters
class-attribute
instance-attribute
¶
parameters: list[FunctionParameter] | None = None
A list of parameters of the function.