mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
perf: share message
This commit is contained in:
@@ -235,7 +235,8 @@ const Chat = ({ shareId, historyId }: { shareId: string; historyId: string }) =>
|
||||
{
|
||||
type: 'shareChatFinish',
|
||||
data: {
|
||||
responseText
|
||||
question: formatPrompts[0].value,
|
||||
answer: responseText
|
||||
}
|
||||
},
|
||||
'*'
|
||||
|
Reference in New Issue
Block a user