mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #7182] [MERGED] fix: Fix tools metadata #8819
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/7182
Author: @michaelpoluektov
Created: 11/21/2024
Status: ✅ Merged
Merged: 11/22/2024
Merged by: @tjbck
Base:
dev← Head:fix/tools-metadata📝 Commits (6)
3dfea83Merge branch 'dev' of https://github.com/open-webui/open-webui into dev7083814fix tools metadatac03bfd1fix optional args not present6783c98Merge branch 'dev' of https://github.com/open-webui/open-webui into fix/tools-metadatae1a85c9format8abf5d5remove unused schemas file📊 Changes
6 files changed (+109 additions, -234 deletions)
View changed files
📝
backend/open_webui/apps/retrieval/main.py(+3 -1)📝
backend/open_webui/apps/retrieval/web/mojeek.py(+2 -3)📝
backend/open_webui/apps/webui/routers/tools.py(+25 -29)📝
backend/open_webui/main.py(+0 -1)➖
backend/open_webui/utils/schemas.py(+0 -112)📝
backend/open_webui/utils/tools.py(+79 -88)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
list[Optional[tuple[int, str]]]etc.Fixed
list[Optional[tuple[int, str]]]etc.Testing
Tested functions:
Tools:
list[str]as argumentCould use more testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.