✅ I mocked this by adding the id of the note inside the note and the llm directly viewed and edited the note.
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.