azure_ai_agent Module
Classes
| AzureAIAgentThread |
An Azure AI Agent Thread that manages creation, deletion, and retrieval of messages for an Azure-hosted agent conversation. This thread orchestrates calls to the Azure AI Project client API to perform operations like creating a new thread, adding messages, or retrieving conversation history. |
| AzureAIAgent |
Azure AI Agent class, enabling interaction with Azure-hosted AI Assistants using a specialized AIProjectClient. The agent leverages an AzureAIAgentModel configuration and can optionally override default parameters such as temperature, maximum tokens, or instructions. Initialize an AzureAIAgent service by providing at minimum an AIProjectClient and an AzureAIAgentModel. |