@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentCollaboratorProps
PROPS - Agent Collaborator Class ***************************************************************************
readonly
agentAlias:IAgentAlias
Descriptor for the collaborating agent.
This cannot be the TSTALIASID (agent.testAlias
).
readonly
collaborationInstruction:string
Instructions on how this agent should collaborate with the main agent.
readonly
collaboratorName:string
A friendly name for the collaborator.
readonly
optional
relayConversationHistory:boolean
Whether to relay conversation history to this collaborator.
- undefined (uses service default)