mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #15348] feat: Displaying Artifacts as Messages #56205
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 @umutciloglu on GitHub (Jun 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15348
Check Existing Issues
Problem Description
Artifacts placements as currently implemented splits the view too much for small visaulizations and can be distracting for the user's workflow and offers very limited control for the developer.
Desired Solution you'd like
Just like markdown rendering, artifacts could be rendered in place as a message. Which would also provide a more seamless interactivity for the user. If this is viable for the project's scope i think this would be great improvement.
Alternatives Considered
No response
Additional Context
No response