mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-14 15:25:34 -05:00
Fix typo import autogen (#549)
This commit is contained in:
@@ -56,7 +56,7 @@ pip install "pyautogen[retrievechat]"
|
||||
|
||||
1. Import Agents
|
||||
```python
|
||||
from autogen
|
||||
import autogen
|
||||
from autogen.agentchat.contrib.retrieve_assistant_agent import RetrieveAssistantAgent
|
||||
from autogen.agentchat.contrib.retrieve_user_proxy_agent import RetrieveUserProxyAgent
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user