AzureAgentConfig interface

Configuration options for agent endpoint of getOpenAIClient method. Mainly used for hosted agents.

Properties

agentName

The name of the agent.

allowPreview

Whether to allow preview features for the agent.

Property Details

agentName

The name of the agent.

agentName: string

Property Value

string

allowPreview

Whether to allow preview features for the agent.

allowPreview: boolean

Property Value

boolean