Skip to content

Commit

Permalink
Resolve arguments formatting (microsoft#3194)
Browse files Browse the repository at this point in the history
Fixed formatting for "clear_history"

Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
tjin88 and sonichi authored Jul 25, 2024
1 parent 2b29274 commit 1bd2124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1bd2124

Please sign in to comment.