mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-30 05:18:47 -05:00
Inline debug information #3433
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 @joshstrange on GitHub (Jan 25, 2025).
Feature Request
Is your feature request related to a problem? Please describe.
It's hard for me to debug tools/functions/pipelines because the logs are spread out and sometimes hard to read
Describe the solution you'd like
A special developer mode in the ChatUI that shows the system prompt, debug info about any tool call, errors if there are any
Describe alternatives you've considered
A way to mark a conversation as "debug" and then going to a different interface to see a full audit trail of the conversation
Additional context
There is a chance I'm missing the way people accomplish debugging chats but I couldn't find anything in the docs/UI/issues. I'm also interest in how other people are testing things in Open WebUI or if they are using a different tool for development then once it's solid moving to Open WebUI.