dify/api/core/tools/utils
jyong d4aed3df5c Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
#	api/core/memory/token_buffer_memory.py
#	api/core/rag/extractor/notion_extractor.py
#	api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
#	api/core/variables/variables.py
#	api/core/workflow/graph/graph.py
#	api/core/workflow/graph_engine/entities/event.py
#	api/services/dataset_service.py
#	web/app/components/app-sidebar/index.tsx
#	web/app/components/base/tag-management/selector.tsx
#	web/app/components/base/toast/index.tsx
#	web/app/components/datasets/create/website/index.tsx
#	web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
#	web/app/components/workflow/header/version-history-button.tsx
#	web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
#	web/app/components/workflow/hooks/use-workflow-interactions.ts
#	web/app/components/workflow/panel/version-history-panel/index.tsx
#	web/service/base.ts
2025-09-03 15:01:06 +08:00
..
dataset_retriever chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +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 Merge branch 'main' into feat/rag-2 2025-08-22 17:40:34 +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