mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #16097] feat: Ability to show only inline clickable citations without bottom source list #17783
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 @ghost on GitHub (Jul 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16097
Check Existing Issues
Problem Description
I’m using OpenWebUI with a custom backend Tools class that emits citation data via an event emitter (the "citation" event). The citations are shown inline and also collected into a bottom list of sources.
I want to keep the inline citations clickable, but I don’t want the bottom aggregated list of sources to be shown.
Desired Solution you'd like
Is there a built-in way or configuration to disable the bottom source list while still showing inline clickable citations? Or at least only show the documents the model has actually referenced in its answer?
Alternatives Considered
No response
Additional Context
No response