dify/api/core/tools/utils
Harry 72f9e77368 refactor(trigger): clean up and optimize trigger-related code
- Remove unused classes and imports in encryption utilities
- Simplify method signatures for better readability
- Enhance code quality by adding newlines for clarity
- Update tests to reflect changes in import paths

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-03 14:53:26 +08:00
..
dataset_retriever fix:hard-coded top-k fallback issue. (#24879) 2025-09-01 15:46:37 +08:00
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
configuration.py refactor: replace try-except blocks with contextlib.suppress for cleaner exception handling (#24284) 2025-08-21 18:18:49 +08:00
dataset_retriever_tool.py remove useless Tool class attributes (#23389) 2025-08-05 10:20:28 +08:00
encryption.py refactor(trigger): clean up and optimize trigger-related code 2025-09-03 14:53:26 +08:00
message_transformer.py [CHORE]: remove redundant-cast (#24807) 2025-09-01 14:05:32 +08:00
model_invocation_utils.py [CHORE]: remove redundant-cast (#24807) 2025-09-01 14:05:32 +08:00
parser.py chore: cleanup unnecessary mypy suppressions on imports (#24712) 2025-08-28 23:17:25 +08:00
system_oauth_encryption.py Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00
text_processing_utils.py fix: issue #11868 bring old logic back (#12100) 2024-12-26 12:17:55 +08:00
uuid_utils.py Support OAuth Integration for Plugin Tools (#22550) 2025-07-17 17:18:44 +08:00
web_reader_tool.py [Test] add unit tests for web_reader_tool.py (#24309) 2025-08-22 09:28:00 +08:00
workflow_configuration_sync.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
yaml_utils.py feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00