Resolve arguments formatting (#3194)

Fixed formatting for "clear_history"

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
Tristan Jin
2024-07-25 15:16:42 -04:00
committed by GitHub
parent 2b29274fcb
commit 1bd2124ba4

View File

@@ -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.