mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #17366] issue: Emitting multiple citations merges them into one source #56923
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 @peterpresenter on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17366
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.28
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
After emitting multiple citation events in Tool usage it should show multiple different sources below the message.
Actual Behavior
Multiple citations are merged into one source and content is appended to the first one source.
Steps to Reproduce
docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui_test ghcr.io/open-webui/open-webui:v0.6.28Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Sep 11, 2025):
Intended behaviour, same id should be merged
@niksubramanian commented on GitHub (Nov 4, 2025):
@tjbck I've ran into the same issue - in the case presented above, there are clearly different ids used for every single field, no?
If it does work as intended, could you clarify which field is used to group?
Thank you, openwebui is a fantastic tool!