Skip to content

Commit

Permalink
Fix typo import autogen (microsoft#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
hung-ngm authored Nov 4, 2023
1 parent 281aab1 commit 4ee0c9e
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 4ee0c9e

Please sign in to comment.