mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(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:
@@ -183,6 +183,7 @@ const Chat: ForwardRefRenderFunction<any, Props> = (
|
||||
msg: item.queryText,
|
||||
msgData: item.queryResult,
|
||||
score: item.score,
|
||||
agentId: currentAgent?.id,
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user