dify/api/core/app/apps/chat
yyh 6c9304d7ef
feat: implement parent message validation for service API
Added a new validation method to check parent message IDs in the MessageBasedAppGenerator class, ensuring proper handling of UUID_NIL and conversation existence. Updated related app generators and added unit tests for comprehensive coverage.
2025-12-25 15:36:18 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
app_config_manager.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
app_generator.py feat: implement parent message validation for service API 2025-12-25 15:36:18 +08:00
app_runner.py Feat/support multimodal embedding (#29115) 2025-12-09 14:41:46 +08:00
generate_response_converter.py Fix basedpyright type errors (#25435) 2025-09-10 01:54:26 +08:00