[GH-ISSUE #23392] feat: provide the note id of attatched notes to llm #19967

Closed
opened 2026-04-20 02:32:37 -05:00 by GiteaMirror · 0 comments
Owner

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:

Image

Had to call list_knowledge
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.

<source id="1" note-id="c4fc31c2-8620-461e-9352-78be4e8ebb12" name="2026-04-03">Movie List:</source>

Additional Context

I mocked this by adding the id of the note inside the note and the llm directly viewed and edited the note.

Image

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: <p align="center"> <img width="550" height="447" alt="Image" src="https://github.com/user-attachments/assets/fa6698e5-ec06-42d3-92bb-e903782a2420" /></p> <div align="center"> <table> <td> ❌ Had to call list_knowledge<br> ❌ Had to search_notes<br> ❌ Had to view_note multiple times<br> 💀 Didn't find the correct note </td> </table> </div> ### Desired Solution you'd like Add the note-id to the context of the note. ```xml <source id="1" note-id="c4fc31c2-8620-461e-9352-78be4e8ebb12" name="2026-04-03">Movie List:</source> ```` ### Additional Context ✅ I mocked this by adding the id of the note inside the note and the llm directly viewed and edited the note. <div align="center"> <img width="700" height="604" alt="Image" src="https://github.com/user-attachments/assets/24d7a19c-e207-41f4-b9ba-1c0a9050f635" /></p>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#19967