InlineAgentReturnControlPayload¶
Structure Class¶
InlineAgentReturnControlPayload
dataclass
¶
Contains information to return from the action group that the agent has predicted to invoke.
This data type is used in the InvokeAgent response API operation.
Attributes¶
invocation_id
class-attribute
instance-attribute
¶
invocation_id: str | None = None
The identifier of the action group invocation.
invocation_inputs
class-attribute
instance-attribute
¶
invocation_inputs: list[InvocationInputMember] | None = None
A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.