dify/api/core/workflow/nodes/llm
Novice a883b74272
fix: update core.file imports to core.workflow.file after merge
The File class and related modules were moved from core.file to
core.workflow.file in the sandboxed-agent branch. This commit
updates all remaining references including test mock/patch paths,
Switch component defaultValue→value changes, and account setting
tab constant updates.

Made-with: Cursor
2026-03-19 18:05:55 +08:00
..
__init__.py feat: add agent package 2025-12-09 11:36:47 +08:00
entities.py fix: update core.file imports to core.workflow.file after merge 2026-03-19 18:05:55 +08:00
exc.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
file_saver.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
llm_utils.py fix: update core.file imports to core.workflow.file after merge 2026-03-19 18:05:55 +08:00
node.py Merge commit '657eeb65' into sandboxed-agent-rebase 2026-03-19 17:38:56 +08:00