dify/api/core/tools/utils
takatost db9b0ee985 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/app_runner.py
#	api/core/app/apps/advanced_chat/generate_task_pipeline.py
#	api/core/app/apps/base_app_runner.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/apps/workflow/generate_task_pipeline.py
#	api/core/app/task_pipeline/workflow_cycle_state_manager.py
#	api/core/workflow/entities/node_entities.py
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/workflow_engine_manager.py
#	api/tests/integration_tests/workflow/nodes/test_llm.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/core/workflow/nodes/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/test_if_else.py
#	api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
2024-08-16 01:19:29 +08:00
..
__init__.py improve: generalize tool parameter converter (#4786) 2024-06-03 21:26:58 +08:00
configuration.py Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00
message_transformer.py Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-16 01:19:29 +08:00
model_invocation_utils.py feat: backend model load balancing support (#4927) 2024-06-05 00:13:04 +08:00
parser.py chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652) 2024-06-27 11:21:31 +08:00
tool_parameter_converter.py fix: tool params not work as expected when develop a tool (#6550) 2024-07-23 17:00:39 +08:00
uuid_utils.py fix: check webhook key of Wecom tool in valid UUID form and fix typo (#2719) 2024-03-07 15:51:06 +08:00
web_reader_tool.py fix wrong charset when decoding Chinese content (#6774) 2024-07-30 21:32:45 +08:00
workflow_configuration_sync.py Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00
yaml_utils.py chore: set logging level to debug when reading YAML files and falling back to default value in case of None (#6758) 2024-07-29 13:40:18 +08:00