bedrockagent_update_agent_collaborator: Updates an agent's collaborator

View source: R/bedrockagent_operations.R

bedrockagent_update_agent_collaboratorR 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.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.