mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
Feat: Fixed an issue where dragged operators within an iteration were not associated with the iteration. #10866 (#10969)
### What problem does this PR solve? Feat: Fixed an issue where dragged operators within an iteration were not associated with the iteration. #10866 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1724,6 +1724,7 @@ Important structured information may include: names, dates, locations, events, k
|
||||
},
|
||||
structuredOutput: {
|
||||
configuration: 'Configuration',
|
||||
structuredOutput: 'Structured output',
|
||||
},
|
||||
},
|
||||
llmTools: {
|
||||
|
||||
@ -1605,6 +1605,7 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
switchPromptMessage: '提示词将发生变化,请确认是否放弃已有提示词?',
|
||||
structuredOutput: {
|
||||
configuration: '配置',
|
||||
structuredOutput: '结构化输出',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
|
||||
Reference in New Issue
Block a user