Agent Collaborator
data class AgentCollaborator(val agentDescriptor: AgentCollaboratorAgentDescriptorProperties, val collaborationInstruction: String, val collaboratorName: String, val relayConversationHistory: AgentRelayConversationHistory? = null)
Agent Collaborator
Constructors
Link copied to clipboard
constructor(agentDescriptor: AgentCollaboratorAgentDescriptorProperties, collaborationInstruction: String, collaboratorName: String, relayConversationHistory: AgentRelayConversationHistory? = null)