AgentDetails interface
Details about an AI agent
Properties
| agent |
A description of the AI agent's purpose or capabilities |
| agent |
The unique identifier for the AI agent |
| agent |
The human-readable name of the AI agent |
| conversation |
The identifier for the conversation or session |
| icon |
Optional icon identifier or URL for visual representation of the agent |
Property Details
agentDescription
A description of the AI agent's purpose or capabilities
agentDescription?: string
Property Value
string
agentId
The unique identifier for the AI agent
agentId: string
Property Value
string
agentName
The human-readable name of the AI agent
agentName?: string
Property Value
string
conversationId
The identifier for the conversation or session
conversationId?: string
Property Value
string
iconUri
Optional icon identifier or URL for visual representation of the agent
iconUri?: string
Property Value
string