mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-26 01:18:09 -05:00
Resolve arguments formatting (#3194)
Fixed formatting for "clear_history" Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
@@ -162,7 +162,7 @@ def initiate_chats(chat_queue: List[Dict[str, Any]]) -> List[ChatResult]:
|
||||
For example:
|
||||
- `"sender"` - the sender agent.
|
||||
- `"recipient"` - the recipient agent.
|
||||
- `"clear_history" (bool) - whether to clear the chat history with the agent.
|
||||
- `"clear_history"` (bool) - whether to clear the chat history with the agent.
|
||||
Default is True.
|
||||
- `"silent"` (bool or None) - (Experimental) whether to print the messages in this
|
||||
conversation. Default is False.
|
||||
|
||||
Reference in New Issue
Block a user