mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-19 04:44:19 +08:00
(feature)(webapp) add multiple parse infos in history message (#256)
Co-authored-by: williamhliu <williamhliu@tencent.com>
This commit is contained in:
@@ -75,6 +75,7 @@ const MessageContainer: React.FC<Props> = ({
|
||||
msgValue,
|
||||
score,
|
||||
identityMsg,
|
||||
parseInfos,
|
||||
msgData,
|
||||
filters,
|
||||
} = msgItem;
|
||||
@@ -91,6 +92,7 @@ const MessageContainer: React.FC<Props> = ({
|
||||
{identityMsg && <Text position="left" data={identityMsg} />}
|
||||
<ChatItem
|
||||
msg={msgValue || msg || ''}
|
||||
parseInfos={parseInfos}
|
||||
msgData={msgData}
|
||||
conversationId={chatId}
|
||||
modelId={modelId}
|
||||
|
||||
Reference in New Issue
Block a user