mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #15346] issue: Error parsing tool call arguments #33067
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 @kienpro-dev on GitHub (Jun 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15346
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
0.9.0
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Open web UI uses model from Ollama with integrated native tool calling will call tool twice to calculate and return 2 results
Actual Behavior
Open web UI returns the following error
2025-06-27 09:37:13.946 | ERROR | open_webui.utils.middleware:post_response_handler:2080 - Error parsing tool call arguments: {"equation": "2 + 2"}{"equation": "1 + 1"} - {}
Steps to Reproduce
Logs & Screenshots
Additional Information
Log from docker open web ui, ollama has no error log:
2025-06-27 09:37:13.946 | ERROR | open_webui.utils.middleware:post_response_handler:2080 - Error parsing tool call arguments: {"equation": "2 + 2"}{"equation": "1 + 1"} - {}