mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14448] issue: self variables not overlapping for inlet and outlet #17258
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 @Joni1717 on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14448
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.11
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Self variables that are stored within inlet should be able to called up in outlet.
Actual Behavior
Self variables that are stored in the inlet cannot be called up in the outlet via self.
Steps to Reproduce
It can be reproduced with the following script. In OI version 0.6.11 the output of the script is as follows in the cmd:
---inlet---
test
---outlet---
With OI version 0.6.10 it still works and the output looks like this:
---inlet---
test
---outlet---
test
Logs & Screenshots
v0.6.11


v0.6.10
Additional Information
No response
@tjbck commented on GitHub (May 28, 2025):
Should be addressed in dev.