mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-24 21:48:35 -05:00
type fix for ChatResult (#2973)
This commit is contained in:
committed by
GitHub
parent
ded8e1b280
commit
08a7578de8
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user