mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
issue: functions doesn't work asynchronously #4281
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 @adan89lion on GitHub (Mar 6, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Windows 11 24H2
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Functions (filters) should work asynchronously.
Actual Behavior
Functions (filters) won't execute after closing the tab.
Steps to Reproduce
Logs & Screenshots
N/A
Additional Information
Asynchronous Chat was introduced in v0.5.0. However, functions (filters) don't work asynchronously.
@rgaricano commented on GitHub (Mar 6, 2025):
a masterclass of lattwood: https://github.com/open-webui/open-webui/issues/11233
@tjbck commented on GitHub (Mar 7, 2025):
Outlet hook requires the tab to be active.