mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #4760] [MERGED] Fix: tools filter #44604
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/4760
Author: @michaelpoluektov
Created: 8/20/2024
Status: ✅ Merged
Merged: 8/20/2024
Merged by: @tjbck
Base:
dev← Head:tools-refac-2.1📝 Commits (2)
bd47bbbfix tools filter3d6ac3aMerge branch 'dev' of https://github.com/open-webui/open-webui into tools-refac-2.1📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/main.py(+1 -1)📄 Description
Fix tools filter broken in https://github.com/open-webui/open-webui/pull/4724
By moving "tool_ids" and "files" to "metadata", I was popping
body["tool_ids"]before "metadata" was added, which broke files and tools filters.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.