Update installation guide in _openai_assistant_agent.py (#6863)

This commit is contained in:
Eric Zhu
2025-07-27 17:59:11 -07:00
committed by GitHub
parent 75c8a198bd
commit b33b688991

View File

@@ -139,8 +139,8 @@ class OpenAIAssistantAgent(BaseChatAgent):
.. code-block:: bash
pip install "autogen-ext[openai]" # For OpenAI Assistant
# pip install "autogen-ext[openai,azure]" # For Azure OpenAI Assistant
pip install "autogen-ext[openai<1.83]" # For OpenAI Assistant
# pip install "autogen-ext[openai<1.83,azure]" # For Azure OpenAI Assistant
This agent leverages the Assistant API to create AI assistants with capabilities like: