Skip to content

Commit

Permalink
fix typo (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyun-wu committed Sep 5, 2023
1 parent 5f9b514 commit 3c6e191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Use-Cases/Autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ user_proxy = UserProxyAgent(
)

# the assistant receives a message from the user, which contains the task description
user.initiate_chat(
user_proxy.initiate_chat(
assistant,
message="""What date is today? Which big tech stock has the largest year-to-date gain this year? How much is the gain?""",
)
Expand Down

0 comments on commit 3c6e191

Please sign in to comment.