mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Move openai assistant agent to autogen-ext; add on_messages_stream (#4268)
This commit is contained in:
@@ -191,6 +191,7 @@
|
||||
"The following preset agents are available:\n",
|
||||
"\n",
|
||||
"- {py:class}`~autogen_agentchat.agents.CodeExecutorAgent`: An agent that can execute code.\n",
|
||||
"- {py:class}`~autogen_ext.agents.OpenAIAssistantAgent`: An agent that is backed by an OpenAI Assistant, with ability to use custom tools.\n",
|
||||
"- {py:class}`~autogen_ext.agents.MultimodalWebSurfer`: A multi-modal agent that can search the web and visit web pages for information."
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user