Skip to content

Commit 8a48f59

Browse files
committed
chore(chat-api): params struct define with NoneType.
1 parent d7fa6c1 commit 8a48f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/api/hiagent_api/chat_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ class LongTermMemoryRetrieveEndChatEvent(ChatEvent):
520520
)
521521
answer: str = Field(
522522
description="answer",
523+
default="",
523524
)
524525
latency: float = Field(
525526
description="latency",

0 commit comments

Comments
 (0)