mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #15044] issue: __user__ entered as a Tuple[UserModel] instead of UserModel for Actions #56113
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 @stephensrmmartin on GitHub (Jun 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15044
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
No response
Operating System
Arch Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Actions taking user expect to access id, valves, just like Pipe and Filter
Actual Behavior
In
chat.py, user is constructed as a Tuple[UserModel | None]:This is in contrast to, e.g., line 320:
Steps to Reproduce
N/A
Logs & Screenshots
N/A
Additional Information
No response