Skip to content

Commit 08a7578

Browse files
authored
type fix for ChatResult (#2973)
1 parent ded8e1b commit 08a7578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/agentchat/chat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ChatResult:
2121

2222
chat_id: int = None
2323
"""chat id"""
24-
chat_history: List[Dict[str, any]] = None
24+
chat_history: List[Dict[str, Any]] = None
2525
"""The chat history."""
2626
summary: str = None
2727
"""A summary obtained from the chat."""

0 commit comments

Comments
 (0)