AzureAIAgentTarget interface
Represents a target specifying an Azure AI agent.
- Extends
Properties
| name | The unique identifier of the Azure AI agent. |
| tool_descriptions | The parameters used to control the sampling behavior of the agent during text generation. |
| type | The type of target, always |
| version | The version of the Azure AI agent. |
Property Details
name
The unique identifier of the Azure AI agent.
name: string
Property Value
string
tool_descriptions
The parameters used to control the sampling behavior of the agent during text generation.
tool_descriptions?: ToolDescription[]
Property Value
type
The type of target, always azure_ai_agent.
type: "azure_ai_agent"
Property Value
"azure_ai_agent"
version
The version of the Azure AI agent.
version?: string
Property Value
string