InvocationInputMember¶
Union Type¶
InvocationInputMember
module-attribute
¶
InvocationInputMember = Union[InvocationInputMemberApiInvocationInput | InvocationInputMemberFunctionInvocationInput | InvocationInputMemberUnknown]
Contains details about the API operation or 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
Union Member Types¶
InvocationInputMemberApiInvocationInput
dataclass
¶
Contains information about the API operation that the agent predicts should be called.