This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangtao
/
autogen
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
127
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
type fix for ChatResult (
#2973
)
tags/v0.2.30
HRUSHIKESH DOKALA
GitHub
2 years ago
parent
ded8e1b280
commit
08a7578de8
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
autogen/agentchat/chat.py
+ 1
- 1
autogen/agentchat/chat.py
View File
@@ -21,7 +21,7 @@ class ChatResult:
chat_id: int = None
"""chat id"""
chat_history: List[Dict[str,
a
ny]] = None
chat_history: List[Dict[str,
A
ny]] = None
"""The chat history."""
summary: str = None
"""A summary obtained from the chat."""
Write
Preview
Loading…
Cancel
Save