Skip to content

Commit

Permalink
fix: import fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Apr 25, 2024
1 parent 31fe75a commit b4e0763
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 @@ -311,7 +311,7 @@ boss_aid = RetrieveUserProxyAgent(
code_execution_config=False, # we don't want to execute code in this case.
)

coder = AssistantAgent(
coder = autogen.AssistantAgent(
name="Senior_Python_Engineer",
is_termination_msg=termination_msg,
system_message="You are a senior python engineer. Reply `TERMINATE` in the end when everything is done.",
Expand Down

0 comments on commit b4e0763

Please sign in to comment.