mirror of
https://github.com/langgenius/dify.git
synced 2026-07-16 01:48:40 +08:00
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>