AgentCollaboratorArgs

data class AgentCollaboratorArgs(val agentDescriptor: Output<AgentCollaboratorAgentDescriptorPropertiesArgs>, val collaborationInstruction: Output<String>, val collaboratorName: Output<String>, val relayConversationHistory: Output<AgentRelayConversationHistory>? = null) : ConvertibleToJava<AgentCollaboratorArgs>

Agent Collaborator

Constructors

Link copied to clipboard
constructor(agentDescriptor: Output<AgentCollaboratorAgentDescriptorPropertiesArgs>, collaborationInstruction: Output<String>, collaboratorName: Output<String>, relayConversationHistory: Output<AgentRelayConversationHistory>? = null)

Properties

Link copied to clipboard

Agent descriptor for agent collaborator

Link copied to clipboard

Agent collaborator instruction

Link copied to clipboard

Agent collaborator name

Link copied to clipboard

The collaborator's relay conversation history.

Functions

Link copied to clipboard
open override fun toJava(): AgentCollaboratorArgs