mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #24405] issue: update automations tool not working #107284
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 @profoundvision on GitHub (May 6, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24405
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.9.2
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The
update_automationtool should successfully update the prompt/settings of the existing automation in the database and return a success status.Actual Behavior
The tool call fails and returns a Python AttributeError:
{"error": "'AutomationTable' object has no attribute 'update'"}Steps to Reproduce
update_automationtool call.Logs & Screenshots
Additional Information
Suggested fix by AI agent based on repo codebase:
@owui-terminator[bot] commented on GitHub (May 6, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
#23939 issue: Loading and login issue after upgrading to 0.9.0 and 0.9.1
by Joly0 ·
bug#24074 enh: automations
by tjbck
#23970 issue: Automations silently lose web_search / tools available in normal chat
by belugaming
#23943 issue: create_automation builtin tool returns "Could not detect current model", model_id missing from metadata in chat.py path
by malte325 ·
bug#11580 issue: Tool integration not working for non admin user
by visagansanthanam-unisys ·
bug💡 If this is a duplicate, consider closing it and adding details to the existing issue.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@tjbck commented on GitHub (May 8, 2026):
Addressed in dev.