View source: R/bedrockagent_operations.R
bedrockagent_associate_agent_collaborator | R Documentation |
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
)
agentDescriptor |
[required] The alias of the collaborator agent. |
agentId |
[required] The agent's ID. |
agentVersion |
[required] An agent version. |
clientToken |
A client token. |
collaborationInstruction |
[required] Instruction for the collaborator. |
collaboratorName |
[required] A name for the collaborator. |
relayConversationHistory |
A relay conversation history for the collaborator. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.