mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-09 05:19:20 -05:00
[GH-ISSUE #16430] issue: importing function file w/ json from openwebui.com error #56566
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 @robmurrer on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16430
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.20
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
function .json should import
Actual Behavior
On uploading the json downloaded from www.openwebui.com we get success toast then an error.
Steps to Reproduce
It seems the schema is slightly different than what the import expects. You can manually convert it like below:
Logs & Screenshots
function-Reasoning Switch_FIXED.json
function-Reasoning Switch_ORIGINAL.json
Additional Information
Not sure why it works from the website posting to my local instances, but I am pretty sure it isn't same json format. the schema seems different between what is downloaded vs posted.
@bratland commented on GitHub (Aug 13, 2025):
Any progress on this?
@tjbck commented on GitHub (Aug 13, 2025):
Addressed with
72168b1586in dev.