Share via


AgentConfig interface

Configuration for the agent.

Properties

agentId

The ID of the agent.

description

Optional description of the agent.

name

The name of the agent.

threadId

The ID of the conversation thread.

type

The type of agent to use.

Property Details

agentId

The ID of the agent.

agentId: string

Property Value

string

description

Optional description of the agent.

description?: string

Property Value

string

name

The name of the agent.

name: string

Property Value

string

threadId

The ID of the conversation thread.

threadId: string

Property Value

string

type

The type of agent to use.

type: "agent"

Property Value

"agent"