Skip to content

Commit

Permalink
Fix typo import autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-ngm committed Nov 4, 2023
1 parent 1c4a5e6 commit caf0644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2023-10-18-RetrieveChat/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit caf0644

Please sign in to comment.