mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #12606] [MERGED] Feat: openapi yaml support #46035
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/12606
Author: @tremlin
Created: 4/8/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @tjbck
Base:
dev← Head:feat-openapi-yaml-support📝 Commits (3)
27e8c6ffeat: add support for OpenAPI spec in YAML format81af20arefac: use logging instead of print17ea20dfeat: OpenAPI YAML support for frontend toolserver📊 Changes
4 files changed (+41 additions, -11 deletions)
View changed files
📝
backend/open_webui/utils/tools.py(+9 -2)📝
package-lock.json(+20 -6)📝
package.json(+2 -1)📝
src/lib/apis/index.ts(+10 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Solves #12543
I tested it with one of the YAML specs that I have access to. I don't know if there is more to be done.
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.