mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14927] issue: Placeholder Value Not Updating in Sequential __event_call__ Prompts #17407
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 @Buckler89 on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14927
Originally assigned to: @jackthgu, @ayanahye on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.14
Ollama Version (if applicable)
No response
Operating System
ubuntu 22.04
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
In the
Actionfunction, when__event_call__is invoked inside aforloop to ask the user for multiple pieces of information, the placeholder value is being overwritten by the previously provided user input.Actual Behavior
Each time the event is called, the placeholder should contain the value defined in the code.
Steps to Reproduce
Create a function like the following:
Assign the function globally and start the conversation.
A new button will appear in the AI's response (which will call the function).
Test its behaviour.
Logs & Screenshots
The first placeholder is displayed as expected:
However, the subsequent inputs do not show the correct placeholder values:
Additional Information
No response
@tjbck commented on GitHub (Jun 17, 2025):
Should be addressed with
fb26be7dd6in dev, testing wanted here!