mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #16403] feat: Per-Message File Uploads with Delete Option #17889
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16403
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