Skip to content

Commit d09cd86

Browse files
committed
feat: add chat log step display
#324 #742
1 parent 8a1a9e0 commit d09cd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/chat/models/chat_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class ChatLogHistoryItem(BaseModel):
197197
total_tokens: Optional[int] = None # token总消耗
198198
operate: Optional[str] = None
199199
local_operation: Optional[bool] = False
200-
message: Optional[str | dict | list[dict]] = None
200+
message: Optional[str | dict | list] = None
201201
error: Optional[bool] = False
202202

203203

0 commit comments

Comments
 (0)