chat_completion_agent Module
Classes
ChatHistoryAgentThread |
A specialized AgentThread class that stores and manages ChatHistory for a ChatCompletionAgent. In addition to thread lifecycle, this class provides methods to add and clear conversation history, retrieve existing messages asynchronously, and optionally reduce or compress the conversation history if supported by the underlying ChatHistory. |
ChatCompletionAgent |
A Chat Completion Agent based on ChatCompletionClientBase. Features marked with this status are nearing completion and are considered stable for most purposes, but may still incur minor refinements or optimizations before achieving full general availability. Initialize a new instance of ChatCompletionAgent, specifying optional arguments including custom instructions, description, function choice behaviors, and a ChatCompletionClientBase service for specialized AI completions. |