Skip to content

Bedrock Agent Runtime  >  Structures  >  AgentCollaboratorInputPayload

AgentCollaboratorInputPayload

Structure Class

AgentCollaboratorInputPayload dataclass

Input for an agent collaborator. The input can be text or an action invocation result.

Attributes

return_control_results class-attribute instance-attribute
return_control_results: ReturnControlResults | None = None

An action invocation result.

text class-attribute instance-attribute
text: str | None = field(repr=False, default=None)

Input text.

type class-attribute instance-attribute
type: PayloadType | None = None

The input type.