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
dev
tools-refac-2.1
bd47bbb
3d6ac3a
1 file changed (+1 additions, -1 deletions)
📝 backend/main.py (+1 -1)
backend/main.py
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.
body["tool_ids"]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.