mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 07:18:29 -05:00
Allow formatting of status messages emitted from functions/tools w/ Markdown or HTML #2781
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 @joestump on GitHub (Nov 22, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
Not a problem per se.
Describe the solution you'd like
In functions you can emit events for
status, which is a nice way to give feedback from your function. However, you can't format this in any way. I tried both Markdown and HTML.Describe alternatives you've considered
n/a
Additional context
n/a