bedrockagent_associate_agent_collaborator: Makes an agent a collaborator for another agent

View source: R/bedrockagent_operations.R

bedrockagent_associate_agent_collaboratorR 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(
  agentId,
  agentVersion,
  agentDescriptor,
  collaboratorName,
  collaborationInstruction,
  relayConversationHistory = NULL,
  clientToken = NULL
)

Arguments

agentId

[required] The agent's ID.

agentVersion

[required] An agent version.

agentDescriptor

[required] The alias of the collaborator agent.

collaboratorName

[required] A name for the collaborator.

collaborationInstruction

[required] Instruction for the collaborator.

relayConversationHistory

A relay conversation history for the collaborator.

clientToken

A client token.


paws.machine.learning documentation built on May 31, 2026, 1:07 a.m.