Updates an agent's collaborator
Source:R/bedrockagent_operations.R
bedrockagent_update_agent_collaborator.RdUpdates an agent's collaborator.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_collaborator/ for full documentation.
Usage
bedrockagent_update_agent_collaborator(
agentId,
agentVersion,
collaboratorId,
agentDescriptor,
collaboratorName,
collaborationInstruction,
relayConversationHistory = NULL
)Arguments
- agentId
[required] The agent's ID.
- agentVersion
[required] The agent's version.
- collaboratorId
[required] The collaborator's ID.
- agentDescriptor
[required] An agent descriptor for the agent collaborator.
- collaboratorName
[required] The collaborator's name.
- collaborationInstruction
[required] Instruction for the collaborator.
- relayConversationHistory
A relay conversation history for the collaborator.