dify/api/core/app
-LAN- df8f762159
Rename user_from to creator_user_role for better readability. (vibe-kanban 224d800e)
in api/core/rag/retrieval/dataset\_retrieval.py#L763 we pass a user\_from to created\_by\_role. In this way, we should use the UserFrom enum, but in fact, we should use CreatorUserRole here. So this is a naming mistake for the parameter, and we should change all the upstream parameter names to the correct values along its propagation path.
2026-01-09 16:23:42 +08:00
..
app_config fix: fix json object validate (#29840) 2025-12-18 14:46:00 +08:00
apps fix(workflow): pass correct user_from/invoke_from into graph init (#30637) 2026-01-07 21:47:23 +08:00
entities Rename user_from to creator_user_role for better readability. (vibe-kanban 224d800e) 2026-01-09 16:23:42 +08:00
features refactor(models): Add mapped type hints to MessageAnnotation (#27751) 2026-01-05 15:50:03 +08:00
layers feat: Add conversation variable persistence layer (#30531) 2026-01-06 14:05:33 +08:00
task_pipeline perf: decrease db query (#29837) 2025-12-18 15:35:52 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00