Skip to content

Commit

Permalink
Corrected package import on blog
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sze <mark@sze.family>
  • Loading branch information
marklysze committed Nov 26, 2024
1 parent 7e541ea commit a80687a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-11-15-CaptainAgent/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CaptainAgent can serve as a drop-in replacement for the general `AssistantAgent`
Without them, CaptainAgent will automatically generate new agents.

```python
from autogen.agentchat.contrib.captain_agent import CaptainAgent
from autogen.agentchat.contrib.captainagent import CaptainAgent
from autogen import UserProxyAgent

llm_config = {
Expand Down Expand Up @@ -64,7 +64,7 @@ The tool library we provide requires subscribing to specific APIs, please refer
To use agents from an agent library, you just need to specify a `library_path` sub-field or a `autobuild_tool_config` field in CaptainAgent's configuration.

```python
from autogen.agentchat.contrib.captain_agent import CaptainAgent
from autogen.agentchat.contrib.captainagent import CaptainAgent
from autogen import UserProxyAgent

llm_config = {
Expand Down

0 comments on commit a80687a

Please sign in to comment.