(improvement)(chat-sdk) add question in export log and hide date range picker when dateInfo is null (#1550)

This commit is contained in:
williamhliu
2024-08-10 10:17:41 +08:00
committed by GitHub
parent db698ecb75
commit da0ac7b26c
3 changed files with 38 additions and 28 deletions

View File

@@ -353,6 +353,7 @@ const ChatItem: React.FC<Props> = ({
<SqlItem
agentId={agentId}
queryId={parseInfo.queryId}
question={msg}
llmReq={llmReq}
llmResp={llmResp}
integrateSystem={integrateSystem}