CollaboratorConfiguration¶
Structure Class¶
CollaboratorConfiguration
dataclass
¶
Settings of an inline collaborator agent.
Attributes¶
agent_alias_arn
class-attribute
instance-attribute
¶
agent_alias_arn: str | None = None
The Amazon Resource Name (ARN) of the inline collaborator agent.
collaborator_instruction
class-attribute
instance-attribute
¶
collaborator_instruction: str = field(repr=False)
Instructions that tell the inline collaborator agent what it should do and how it should interact with users.
collaborator_name
class-attribute
instance-attribute
¶
collaborator_name: str = field(repr=False)
Name of the inline collaborator agent which must be the same name as
specified for agentName.
relay_conversation_history
class-attribute
instance-attribute
¶
relay_conversation_history: RelayConversationHistory | None = None
A relay conversation history for the inline collaborator agent.