mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 08:50:57 +00:00
(feature)(webapp) add multiple parse infos in history message (#256)
Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -210,6 +210,7 @@ export type SuggestionDataType = {
|
||||
export type HistoryMsgItemType = {
|
||||
questionId: number;
|
||||
queryText: string;
|
||||
parseInfos: ChatContextType[];
|
||||
queryResult: MsgDataType;
|
||||
chatId: number;
|
||||
createTime: string;
|
||||
|
||||
Reference in New Issue
Block a user