mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix: display the current language directly at the top and do not disp… (#579)
…lay reference symbols for documents in external chat boxes #566 #577 ### What problem does this PR solve? fix: display the current language directly at the top and do not display reference symbols for documents in external chat boxes #566 #577 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -129,6 +129,7 @@ export const useSendSharedMessage = (
|
||||
async (message: string, id?: string) => {
|
||||
const retcode = await completeConversation({
|
||||
conversation_id: id ?? conversationId,
|
||||
quote: false,
|
||||
messages: [
|
||||
...(conversation?.message ?? []).map((x: IMessage) => omit(x, 'id')),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user