dify/api/core/tools/utils
EvanYao 4d80892d7b
refactor: convert isinstance chains to match/case (#35902) (#35922)
Signed-off-by: EvanYao826 <2869018789@qq.com>
2026-05-08 09:51:10 +00:00
..
dataset_retriever chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
__init__.py
configuration.py
dataset_retriever_tool.py refactor: replace bare dict with dict[str, Any] in core tools and runtime (#35111) 2026-04-14 03:03:13 +00:00
encryption.py
message_transformer.py refactor: convert isinstance chains to match/case (#35902) (#35922) 2026-05-08 09:51:10 +00:00
model_invocation_utils.py chore(api): adapt Graphon 0.2.2 upgrade (#35377) 2026-04-18 11:16:24 +00:00
parser.py refactor: replace bare dict with dict[str, Any] in OpenAPI tools parser (#35061) 2026-04-13 13:01:21 +00:00
system_encryption.py feat: marketplace and oauth fixes (#35509) 2026-04-24 07:53:14 +00:00
text_processing_utils.py fix: fix remove_leading_symbols remove [ (#34832) 2026-04-09 08:22:09 +00:00
uuid_utils.py
web_reader_tool.py fix: webscaper sometime not work (#35450) 2026-04-21 06:04:56 +00:00
workflow_configuration_sync.py chore: reorg imports (#35308) 2026-04-16 08:50:02 +00:00
yaml_utils.py