mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #23392] feat: provide the note id of attatched notes to llm #35496
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sugoidesune on GitHub (Apr 3, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23392
Problem Description
Currently when attaching a note to the conversation, the LLM doesn't know where to find the note and is forced to embark on a search:
❌ Had to search_notes
❌ Had to view_note multiple times
💀 Didn't find the correct note
Desired Solution you'd like
Add the note-id to the context of the note.
Additional Context
✅ I mocked this by adding the id of the note inside the note and the llm directly viewed and edited the note.