mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
feat: Per-Message File Uploads with Delete Option #6002
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 @sebslight on GitHub (Aug 9, 2025).
Check Existing Issues
Problem Description
Current flow pushes extracted file content into a global system message, which increases, makes scope control hard, and confuses LLMs when comparing files.
Desired Solution you'd like
Per-message attachment: Files live on a specific message turn.
User routing control:
File management:
Use Cases
Alternatives Considered
No response
Additional Context
Example request payload