Skip to content

Commit

Permalink
type intiate_chat -> initiate_chat (#3533)
Browse files Browse the repository at this point in the history
AttributeError: 'UserProxyAgent' object has no attribute 'intiate_chat'. Did you mean: 'initiate_chat'?

Co-authored-by: Li Jiang <[email protected]>
  • Loading branch information
scenaristeur and thinkall authored Sep 24, 2024
1 parent 0f3621d commit 2828289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2024-06-24-AltModels-Classes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ assistant = AssistantAgent(

```py

user_proxy.intiate_chat(assistant, message="Write python code to print Hello World!")
user_proxy.initiate_chat(assistant, message="Write python code to print Hello World!")

```

Expand Down

0 comments on commit 2828289

Please sign in to comment.