Browse Source

type fix for ChatResult (#2973)

tags/v0.2.30
HRUSHIKESH DOKALA GitHub 2 years ago
parent
commit
08a7578de8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autogen/agentchat/chat.py

+ 1
- 1
autogen/agentchat/chat.py View File

@@ -21,7 +21,7 @@ class ChatResult:

chat_id: int = None
"""chat id"""
chat_history: List[Dict[str, any]] = None
chat_history: List[Dict[str, Any]] = None
"""The chat history."""
summary: str = None
"""A summary obtained from the chat."""


Loading…
Cancel
Save