AzureAIAssistantTarget 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 Assistant (Agent V1) endpoint, including its id.
public class AzureAIAssistantTarget : Azure.AI.Projects.Target, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AzureAIAssistantTarget>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AzureAIAssistantTarget>
type AzureAIAssistantTarget = class
inherit Target
interface IJsonModel<AzureAIAssistantTarget>
interface IPersistableModel<AzureAIAssistantTarget>
Public Class AzureAIAssistantTarget
Inherits Target
Implements IJsonModel(Of AzureAIAssistantTarget), IPersistableModel(Of AzureAIAssistantTarget)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Id |
The unique identifier of the Azure AI Assistant. |
| ToolDescriptions |
The descriptions of tools available to the assistant. |