mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12888] issue: requirements for tools and filters aren't installed after update #55410
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 @JTHesse on GitHub (Apr 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12888
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.5
Ollama Version (if applicable)
v0.6.5
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The Function or Tool should be active and usable after upgrading the docker image.
Actual Behavior
The Function or Tool is deactivated and need to be saved again, then the requirements will be installed.
Steps to Reproduce
Logs & Screenshots
Additional Information
In order to install the requirements from the frontmatter via the
install_frontmatter_requirementsfunction theload_function_module_by_idorload_tool_module_by_idfunction needs to be called with the actual content. This is currently only done viacreate_new_functionandcreate_new_tool, thus a new startup function is needed.@tjbck commented on GitHub (Apr 15, 2025):
Duplicate issue, PLEASE check for existing issues/discussions first before opening one.
@JTHesse commented on GitHub (Apr 16, 2025):
#12121