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:
balibabu
2025-11-03 19:19:26 +08:00
committed by GitHub
parent ac465ba2a6
commit ee9ac15174
10 changed files with 40 additions and 241 deletions

View File

@ -1724,6 +1724,7 @@ Important structured information may include: names, dates, locations, events, k
},
structuredOutput: {
configuration: 'Configuration',
structuredOutput: 'Structured output',
},
},
llmTools: {

View File

@ -1605,6 +1605,7 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
switchPromptMessage: '提示词将发生变化,请确认是否放弃已有提示词?',
structuredOutput: {
configuration: '配置',
structuredOutput: '结构化输出',
},
},
footer: {