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

Arguments

agentDescriptor

[required] The alias of the collaborator agent.

agentId

[required] The agent's ID.

agentVersion

[required] An agent version.

clientToken

A client token.

collaborationInstruction

[required] Instruction for the collaborator.

collaboratorName

[required] A name for the collaborator.

relayConversationHistory

A relay conversation history for the collaborator.


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