Open sawadogosalif opened 1 month ago
On a somewhat similar line, but a tad more technical, I asked for persistence of emitters. Basically the UI change would be that the latest received status emitter would have an arrow that when clicked would display the list of emitters received.
Here's the link : https://github.com/open-webui/open-webui/discussions/5026
But to stay on topic: I too think it would be good to support collapsible details. I could use this to automatically hide the "thinking" xml tags of my claude sonnet output for example.
While OpenWebUI claims to support full Markdown and LaTeX, collapsible elements like
<details>
and<summary>
do not render properly. This limitation restricts our ability to present additional information in a clean and organized manner. Here is a code example showcasing the intended functionality(main part in the method pipe):Here is an example of pipeline that I execute
When lauch pipelines, I got the output below that I got unexpected format Would it be possible to enable support for collapsible details within Markdown? This feature would greatly enhance the user experience in chat conversions.