(fix)(webapp) fix the issue of missing agentId in the parameter passing of recommended similar questions in the history record (#216)

This commit is contained in:
williamhliu
2023-10-13 19:43:18 +08:00
committed by GitHub
parent 308178f299
commit 40705181a0

View File

@@ -183,6 +183,7 @@ const Chat: ForwardRefRenderFunction<any, Props> = (
msg: item.queryText,
msgData: item.queryResult,
score: item.score,
agentId: currentAgent?.id,
}));
};