View source: R/bedrockagent_operations.R
bedrockagent_update_agent_collaborator | R Documentation |
Updates an agent's collaborator.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_collaborator/ for full documentation.
bedrockagent_update_agent_collaborator(
agentDescriptor,
agentId,
agentVersion,
collaborationInstruction,
collaboratorId,
collaboratorName,
relayConversationHistory = NULL
)
agentDescriptor |
[required] An agent descriptor for the agent collaborator. |
agentId |
[required] The agent's ID. |
agentVersion |
[required] The agent's version. |
collaborationInstruction |
[required] Instruction for the collaborator. |
collaboratorId |
[required] The collaborator's ID. |
collaboratorName |
[required] The collaborator's name. |
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.