bedrockagent_update_agent_collaborator {paws.machine.learning} | R Documentation |
Updates an agent's collaborator
Description
Updates an agent's collaborator.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_agent_collaborator/ for full documentation.
Usage
bedrockagent_update_agent_collaborator(
agentDescriptor,
agentId,
agentVersion,
collaborationInstruction,
collaboratorId,
collaboratorName,
relayConversationHistory = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]