dify/api/services
2024-07-24 18:15:03 +08:00
..
auth
enterprise
entities
errors
tools
workflow Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
__init__.py
account_service.py Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
advanced_prompt_template_service.py
agent_service.py
annotation_service.py
api_based_extension_service.py
app_dsl_service.py Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
app_generate_service.py fix(api/services/app_generate_service.py): Remove wrong type hints. (#6535) 2024-07-22 22:58:07 +08:00
app_model_config_service.py
app_service.py chore: optimize asynchronous deletion performance of app related data (#6634) 2024-07-24 18:15:03 +08:00
audio_service.py
billing_service.py
code_based_extension_service.py
conversation_service.py
dataset_service.py fix wrong method using (#6459) 2024-07-19 13:48:13 +08:00
feature_service.py
file_service.py
hit_testing_service.py Feat/delete single dataset retrival (#6570) 2024-07-24 12:50:11 +08:00
message_service.py
model_load_balancing_service.py fix(api/core/model_manager.py): Avoid mutation during iteration. (#6536) 2024-07-22 22:58:22 +08:00
model_provider_service.py
moderation_service.py
operation_service.py
ops_service.py
recommended_app_service.py fix: name 'current_app' is not defined in recommended_app_service (#6574) 2024-07-23 16:48:21 +08:00
saved_message_service.py
tag_service.py
vector_service.py
web_conversation_service.py
website_service.py
workflow_app_service.py
workflow_run_service.py
workflow_service.py Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
workspace_service.py