Share via


AgentDetails interface

Details about an AI agent

Properties

agentDescription

A description of the AI agent's purpose or capabilities

agentId

The unique identifier for the AI agent

agentName

The human-readable name of the AI agent

conversationId

The identifier for the conversation or session

iconUri

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