Files
dify/api/tests
Yansong Zhang 030bce4723 fix(api): dataset lookup tolerates malformed mention ids — ENG-617
A {{#knowledge:<id>#}} mention id is user-editable prompt text; a non-UUID id
hit the UUID-typed datasets query and 500'd validate/save (found live in E2E).
_dataset_rows now filters non-UUID ids before querying — they can never match a
row, so they read as missing (placeholder semantics).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 14:58:29 +08:00
..