Share via


azure_assistant_agent Module

Classes

AzureAssistantAgent

Azure Assistant Agent class extending OpenAIAssistantAgent. Provides specialized creation of the Azure OpenAI client via a setup_resources method.

AssistantAgentThread

An OpenAI Assistant Agent Thread that manages creation, deletion, and retrieval of messages for an OpenAI-based conversation. This thread orchestrates calls to the openai beta.threads endpoints to perform standard chat operations.