mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #16220] [CLOSED] Handle info dictionary in opeanapi data when it does not exist #78945
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16220
Author: @1995parham
Created: 8/2/2025
Status: ❌ Closed
Base:
dev← Head:main📝 Commits (1)
8c8e596chore: handle info dictionary in opeanapi data when it does not exist📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
backend/open_webui/utils/tools.py(+3 -0)📄 Description
For registering tool server sometimes there is not
infosection for settingtitleanddescriptionwhich caseinternal server errorwith the following exception:The change is going to fix this by passing an empty dictionary for
infowhen it does not exist.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.