AzureAgentConfig interface
Configuration options for agent endpoint of getOpenAIClient method. Mainly used for hosted agents.
Properties
| agent |
The name of the agent. |
| allow |
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