AzureAIAgentTarget Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a target specifying an Azure AI agent.
public class AzureAIAgentTarget : Azure.AI.Projects.Target, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AzureAIAgentTarget>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AzureAIAgentTarget>
type AzureAIAgentTarget = class
inherit Target
interface IJsonModel<AzureAIAgentTarget>
interface IPersistableModel<AzureAIAgentTarget>
Public Class AzureAIAgentTarget
Inherits Target
Implements IJsonModel(Of AzureAIAgentTarget), IPersistableModel(Of AzureAIAgentTarget)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAIAgentTarget(String) |
Initializes a new instance of AzureAIAgentTarget. |
Properties
| Name | Description |
|---|---|
| Name |
The unique identifier of the Azure AI agent. |
| ToolDescriptions |
The parameters used to control the sampling behavior of the agent during text generation. |
| Version |
The version of the Azure AI agent. |