Makes an agent a collaborator for another agent
Source:R/bedrockagent_operations.R
bedrockagent_associate_agent_collaborator.RdMakes an agent a collaborator for another agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_associate_agent_collaborator/ for full documentation.
Usage
bedrockagent_associate_agent_collaborator(
agentId,
agentVersion,
agentDescriptor,
collaboratorName,
collaborationInstruction,
relayConversationHistory = NULL,
clientToken = NULL
)Arguments
- agentId
[required] The agent's ID.
- agentVersion
[required] An agent version.
- agentDescriptor
[required] The alias of the collaborator agent.
- collaboratorName
[required] A name for the collaborator.
- collaborationInstruction
[required] Instruction for the collaborator.
- relayConversationHistory
A relay conversation history for the collaborator.
- clientToken
A client token.