[PR #3400] [MERGED] feat: tools & functions valves #21235

Closed
opened 2026-04-20 03:24:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3400
Author: @tjbck
Created: 6/24/2024
Status: Merged
Merged: 6/24/2024
Merged by: @tjbck

Base: devHead: valves


📝 Commits (6)

📊 Changes

14 files changed (+789 additions, -278 deletions)

View changed files

backend/apps/webui/internal/migrations/016_add_valves_and_is_active.py (+50 -0)
📝 backend/apps/webui/main.py (+1 -1)
📝 backend/apps/webui/models/functions.py (+57 -9)
📝 backend/apps/webui/models/tools.py (+26 -0)
📝 backend/apps/webui/routers/functions.py (+125 -0)
📝 backend/apps/webui/routers/tools.py (+97 -0)
📝 backend/main.py (+62 -55)
📝 src/lib/apis/functions/index.ts (+131 -0)
📝 src/lib/apis/tools/index.ts (+99 -0)
📝 src/lib/components/chat/Settings/Valves.svelte (+1 -1)
📝 src/lib/components/workspace/Functions.svelte (+19 -2)
📝 src/lib/components/workspace/Tools.svelte (+10 -0)
📝 src/lib/components/workspace/ValvesModal.svelte (+110 -209)
📝 src/routes/(app)/workspace/+layout.svelte (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3400 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `valves` --- ### 📝 Commits (6) - [`120b185`](https://github.com/open-webui/open-webui/commit/120b1857b21ea25f7a2dddc5e6e288f3ce0a6ebe) enh: valves - [`3034f3d`](https://github.com/open-webui/open-webui/commit/3034f3d310f22a992b26be2aed5ba199a61f24be) refac: styling - [`d8c112d`](https://github.com/open-webui/open-webui/commit/d8c112d8b0779011e17cfed39f9dacd7b4b47b72) feat: function toggle support - [`3a629ff`](https://github.com/open-webui/open-webui/commit/3a629ffe0009cf3cbceccc6af53f0da03cbeb9c2) feat: global filter - [`627705a`](https://github.com/open-webui/open-webui/commit/627705a347bcddb6893b3a1b23cda6636d22d24e) feat: valves - [`dc25f44`](https://github.com/open-webui/open-webui/commit/dc25f44d312d60020b354ab8ddc268e5d5e6441a) fix: handle default ### 📊 Changes **14 files changed** (+789 additions, -278 deletions) <details> <summary>View changed files</summary> ➕ `backend/apps/webui/internal/migrations/016_add_valves_and_is_active.py` (+50 -0) 📝 `backend/apps/webui/main.py` (+1 -1) 📝 `backend/apps/webui/models/functions.py` (+57 -9) 📝 `backend/apps/webui/models/tools.py` (+26 -0) 📝 `backend/apps/webui/routers/functions.py` (+125 -0) 📝 `backend/apps/webui/routers/tools.py` (+97 -0) 📝 `backend/main.py` (+62 -55) 📝 `src/lib/apis/functions/index.ts` (+131 -0) 📝 `src/lib/apis/tools/index.ts` (+99 -0) 📝 `src/lib/components/chat/Settings/Valves.svelte` (+1 -1) 📝 `src/lib/components/workspace/Functions.svelte` (+19 -2) 📝 `src/lib/components/workspace/Tools.svelte` (+10 -0) 📝 `src/lib/components/workspace/ValvesModal.svelte` (+110 -209) 📝 `src/routes/(app)/workspace/+layout.svelte` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:24:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#21235