mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-09 11:45:57 -05:00
[PR #3400] [MERGED] feat: tools & functions valves #21235
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/3400
Author: @tjbck
Created: 6/24/2024
Status: ✅ Merged
Merged: 6/24/2024
Merged by: @tjbck
Base:
dev← Head:valves📝 Commits (6)
120b185enh: valves3034f3drefac: stylingd8c112dfeat: function toggle support3a629fffeat: global filter627705afeat: valvesdc25f44fix: handle default📊 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.