mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-12 11:43:39 +08:00
Feat: Improve metadata logic (#12730)
### What problem does this PR solve? Feat: Improve metadata logic ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -274,7 +274,6 @@ export const useSendMessageWithSse = (
|
||||
const val = JSON.parse(value?.data || '');
|
||||
const d = val?.data;
|
||||
if (typeof d !== 'boolean') {
|
||||
|
||||
setAnswer((prev) => {
|
||||
const prevAnswer = prev.answer || '';
|
||||
const currentAnswer = d.answer || '';
|
||||
|
||||
Reference in New Issue
Block a user