Skip to content

Commit

Permalink
Update autogen/agentchat/conversable_agent.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
  • Loading branch information
davorrunje and sonichi authored Jan 12, 2024
1 parent 7ae1c2e commit cd9cb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def register_reply(
position: the position of the reply function in the reply function list.
config: the config to be passed to the reply function, see below.
reset_config: the function to reset the config, see below.
ignore_async_in_sync_chat: whether to ignore the reply function in sync chats. If `False`, an exception
ignore_async_in_sync_chat: whether to ignore the async reply function in sync chats. If `False`, an exception
will be raised if an async reply function is registered and a chat is initialized with a sync
function.
```python
Expand Down

0 comments on commit cd9cb4a

Please sign in to comment.