mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: OpenAPI spec empty operationId #4859
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 @yiranlus on GitHub (Apr 15, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.5
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Edge 135.0.3179.73
Confirmation
README.md.Expected Behavior
The LLM gives some response related about the tool server.
Actual Behavior
The answer "name" error shows up after a very short time.
Steps to Reproduce
Logs & Screenshots
In the console, there is an error:
The log of the console is terminal.log
The request body is payload.json
And the response body is
Additional Information
When converting OpenAPI specification to tool server, there are some entries in paths are writing in following form:
The
parametersentry is interpreted as method, thus theoperationIdis null, which creates a following entry inspecsthe tool server:Since there is no name, when trying to access this property, this raise error when using tool server.
@tjbck commented on GitHub (Apr 19, 2025):
Addressed with
463d7fb628