dify/api/core/model_runtime/entities
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 Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
common_entities.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
defaults.py feat: support OPENAI json_schema (#7258) 2024-08-15 11:29:19 +08:00
llm_entities.py feat(workflow): integrate workflow entry with advanced chat app 2024-08-13 16:21:10 +08:00
message_entities.py fix(core): Reorder `field_validator` and `classmethod` to fit Pydantic V2. (#5257) 2024-06-17 10:04:28 +08:00
model_entities.py feat: support OPENAI json_schema (#7258) 2024-08-15 11:29:19 +08:00
provider_entities.py fix(core): Fix incorrect type hints. (#5427) 2024-06-20 15:16:21 +08:00
rerank_entities.py Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
text_embedding_entities.py enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366) 2024-02-06 13:21:13 +08:00