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