mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-24 11:58:31 -05:00
[PR #18607] [CLOSED] feat: Add calling system prompt #112163
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/18607
Author: @Classic298
Created: 10/24/2025
Status: ❌ Closed
Base:
dev← Head:add-calling-system-prompt📝 Commits (10+)
44c83fcUpdate config.py79116a4Implement system prompt calling in chat.py634cd63Update Interface.sveltec358741Update main.py37b3970Add SYSTEM_PROMPT_CALLING_TEMPLATE to app confige0d5de1Merge pull request #18978 from open-webui/dev1d4fb10Merge branch 'open-webui:main' into add-calling-system-prompta6aae06Update tasks.py8c66874Refactor submit event handling in Chat.sveltef0da757Update tasks.py📊 Changes
6 files changed (+78 additions, -21 deletions)
View changed files
📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/routers/tasks.py(+6 -0)📝
backend/open_webui/utils/chat.py(+16 -1)📝
src/lib/components/admin/Settings/Interface.svelte(+18 -1)📝
src/lib/components/chat/Chat.svelte(+23 -19)📄 Description
Pull Request Checklist
devbranch. Not targeting thedevbranch may lead to immediate closure of the PR.Changelog Entry
Description
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.