mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #15097] [MERGED] Refactor: Add missing Type definitions #39346
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/15097
Author: @silentoplayz
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @tjbck
Base:
dev← Head:index-update📝 Commits (3)
35be40cchore: add more Settings types in storesd66285fchore: add toolIds type3be4fb2fix: add ?📊 Changes
2 files changed (+43 additions, -2 deletions)
View changed files
📝
src/lib/apis/index.ts(+2 -1)📝
src/lib/stores/index.ts(+41 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
toolIdshas been added to theModelMetainterface, indicating that models can now be associated with a list of tool identifiers. This prepares the application for integrating external tools with specific models.Added
I added the following to
src/lib/stores/index.ts:Changed
src/lib/stores/index.tsto include new types and their properties.src/lib/apis/index.tsto addtoolIdsto theModelMetainterface.Security
permissionsinSessionUseris for feature implementation, not a direct security fix)Breaking Changes
Additional Information
src/lib/stores/index.tsto provide structured types for new features and user-configurable options.Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.