Open sawadogosalif opened 2 months 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.
And even better would be a solution where the details are not in the dom, but in local storage. There are 2 issues here:
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.