dify/api/core
2024-10-22 16:33:50 +08:00
..
agent feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
app fix(workflow): improve database session handling and variable management (#9581) 2024-10-22 00:42:40 +08:00
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 2024-10-09 12:53:55 +08:00
entities feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
errors
extension
external_data_tool
file feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
helper feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
llm_generator fix: prompt for the follow-up suggestions (#8685) 2024-09-23 20:00:34 +08:00
memory fix: file type document is not supported (#9618) 2024-10-22 16:33:50 +08:00
model_runtime chore: format get_customizable_model_schema return value (#9335) 2024-10-21 19:05:44 +08:00
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 2024-09-30 12:52:18 +08:00
ops feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
prompt fix(upload): correct incorrect dictionary key usage (#9563) 2024-10-21 19:42:22 +08:00
rag fix(core): use CreatedByRole enum for role consistency (#9607) 2024-10-22 13:03:50 +08:00
tools fix: update the default model to gpt-4o-mini for duckduckgo ai chat (#9614) 2024-10-22 15:37:16 +08:00
variables feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
workflow fix(http_request): simplify JSON handling in requests (#9616) 2024-10-22 15:37:37 +08:00
__init__.py
hosting_configuration.py refactor: use dify_config to replace legacy usage of flask app's config (#9089) 2024-10-22 11:01:32 +08:00
indexing_runner.py chore: avoid implicit optional in type annotations of method (#8727) 2024-10-09 14:36:43 +08:00
model_manager.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
provider_manager.py