dify/api/core
Harry 91318d3d04 refactor(trigger): rename trigger references to event for consistency
- Updated variable names and types from 'trigger' to 'event' across multiple files to enhance clarity and maintain consistency in the codebase.
- Adjusted related data structures and API responses to reflect the new naming convention.
- Improved type annotations and error handling in the workflow trigger run API and associated services.
2025-10-09 03:12:35 +08:00
..
agent
app Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-07 18:25:43 +08:00
base
callback_handler
datasource chore: Avoid directly using OpenAI dependencies (#26590) 2025-10-06 10:40:38 +08:00
entities feat(api): add CHECKBOX parameter type to plugin and tool entities 2025-09-29 18:28:10 +08:00
errors
extension
external_data_tool
file
helper refactor(api): refactor all 2025-09-25 18:22:30 +08:00
llm_generator fix(api): resolve error in agent‑strategy prompt generator (#26278) 2025-09-26 16:16:55 +08:00
mcp
memory
model_runtime Fix typing errors in core/model_runtime (#26462) 2025-09-30 11:24:05 +09:00
moderation
ops Refactor: Enable type checking for core/ops and fix type errors (#26414) 2025-09-30 10:39:37 +08:00
plugin refactor(trigger): rename trigger references to event for consistency 2025-10-09 03:12:35 +08:00
prompt
rag fix: duplicate chunks (#26360) 2025-09-30 10:53:55 +08:00
repositories Chore: correct inconsistent logging and typo (#25945) 2025-09-19 10:36:16 +08:00
schemas
tools Merge remote-tracking branch 'origin/main' into feat/trigger 2025-10-06 19:12:16 +08:00
trigger refactor(trigger): rename trigger references to event for consistency 2025-10-09 03:12:35 +08:00
variables
workflow refactor(trigger): rename trigger references to event for consistency 2025-10-09 03:12:35 +08:00
__init__.py
hosting_configuration.py
indexing_runner.py
model_manager.py
provider_manager.py fix: Ensure compatibility with old provider name when updating model credentials (#26017) 2025-09-22 19:39:17 +08:00