type fix for ChatResult (#2973)

This commit is contained in:
HRUSHIKESH DOKALA
2024-06-20 10:47:19 +05:30
committed by GitHub
parent ded8e1b280
commit 08a7578de8

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