dify/api/core/tools/utils
2026-02-27 14:36:41 +08:00
..
dataset_retriever feat: Add summary index for knowledge. (#31625) 2026-01-29 13:47:35 +08:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
configuration.py remove bare list, dict, Sequence, None, Any (#25058) 2025-09-06 03:32:23 +08:00
dataset_retriever_tool.py Fix: Remove core/tools from pyrightconfig.json and fix type errors (#26413) 2025-09-29 19:22:38 +08:00
encryption.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
message_transformer.py refactor(workflow-file): move core.file to core.workflow.file (#32252) 2026-02-16 22:38:19 +08:00
model_invocation_utils.py refactor(workflow): inject credential/model access ports into LLM nodes (#32569) 2026-02-27 14:36:41 +08:00
parser.py fix: type checking error in parser (#32510) 2026-02-26 01:24:59 +09:00
system_oauth_encryption.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
text_processing_utils.py fix: [xxx](xxx) render as xxx](xxx) (#30392) 2025-12-31 10:30:15 +08:00
uuid_utils.py Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00
web_reader_tool.py feat: using charset_normalizer instead of chardet (#29022) 2025-12-05 11:19:19 +08:00
workflow_configuration_sync.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
yaml_utils.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00