mirror of https://github.com/microsoft/autogen.git
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:
parent
0f3621defd
commit
2828289f95
|
@ -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!")
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue