feat: add support for file outputs in LLMNode, including auto-collection and deduplication

This commit is contained in:
Novice
2026-03-11 16:30:23 +08:00
parent f0c82f28cb
commit 8513fa2897
5 changed files with 22 additions and 1 deletions

View File

@ -828,6 +828,7 @@
"nodes.llm.jsonSchema.warningTips.saveSchema": "Please finish editing the current field before saving the schema",
"nodes.llm.model": "model",
"nodes.llm.notSetContextInPromptTip": "To enable the context feature, please fill in the context variable in PROMPT.",
"nodes.llm.outputVars.files": "Files produced during execution",
"nodes.llm.outputVars.generation": "Generation Information",
"nodes.llm.outputVars.output": "Generate content",
"nodes.llm.outputVars.reasoning_content": "Reasoning Content",

View File

@ -828,6 +828,7 @@
"nodes.llm.jsonSchema.warningTips.saveSchema": "请先完成当前字段的编辑",
"nodes.llm.model": "模型",
"nodes.llm.notSetContextInPromptTip": "要启用上下文功能,请在提示中填写上下文变量。",
"nodes.llm.outputVars.files": "执行过程中产出的文件",
"nodes.llm.outputVars.generation": "生成信息",
"nodes.llm.outputVars.output": "生成内容",
"nodes.llm.outputVars.reasoning_content": "推理内容",