We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded8e1b commit 08a7578Copy full SHA for 08a7578
autogen/agentchat/chat.py
@@ -21,7 +21,7 @@ class ChatResult:
21
22
chat_id: int = None
23
"""chat id"""
24
- chat_history: List[Dict[str, any]] = None
+ chat_history: List[Dict[str, Any]] = None
25
"""The chat history."""
26
summary: str = None
27
"""A summary obtained from the chat."""
0 commit comments