mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +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,
|
msg: item.queryText,
|
||||||
msgData: item.queryResult,
|
msgData: item.queryResult,
|
||||||
score: item.score,
|
score: item.score,
|
||||||
|
agentId: currentAgent?.id,
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user