bedrockagent_associate_agent_collaborator {paws.machine.learning} | R Documentation |
Makes an agent a collaborator for another agent
Description
Makes 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(
agentDescriptor,
agentId,
agentVersion,
clientToken = NULL,
collaborationInstruction,
collaboratorName,
relayConversationHistory = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]