dify/api/models
takatost 35be41b337 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/generate_task_pipeline.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/variable_pool.py
#	api/core/workflow/nodes/code/code_node.py
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/nodes/start/start_node.py
#	api/core/workflow/nodes/variable_assigner/__init__.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-21 16:59:23 +08:00
..
__init__.py feat(api/workflow): Add Conversation.dialogue_count (#7275) 2024-08-15 10:53:05 +08:00
account.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
api_based_extension.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
dataset.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
model.py chore: update ruff from 0.5.x to 0.6.x (#7384) 2024-08-19 09:21:11 +08:00
provider.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
source.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
task.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
tool.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
tools.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
types.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
web.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00
workflow.py Merge branch 'refs/heads/main' into feat/workflow-parallel-support 2024-08-21 16:59:23 +08:00