fix: import fixed (#2504)

This commit is contained in:
HRUSHIKESH DOKALA 2024-04-26 02:20:01 +05:30 committed by GitHub
parent 83631b274a
commit 0d29cfb27e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.",