Skip to content

Commit

Permalink
type fix for ChatResult (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Jun 20, 2024
1 parent ded8e1b commit 08a7578
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 @@ -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."""
Expand Down

0 comments on commit 08a7578

Please sign in to comment.