type intiate_chat -> initiate_chat (#3533)

AttributeError: 'UserProxyAgent' object has no attribute 'intiate_chat'. Did you mean: 'initiate_chat'?

Co-authored-by: Li Jiang <bnujli@gmail.com>
This commit is contained in:
David 2024-09-24 10:41:31 +02:00 committed by GitHub
parent 0f3621defd
commit 2828289f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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!")
```