[PR #15698] [CLOSED] Allow custom Default Tool Calling in OpenWebUI #23916

Closed
opened 2026-04-20 05:07:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15698
Author: @ghost
Created: 7/14/2025
Status: Closed

Base: mainHead: main


📝 Commits (9)

  • 148e518 Allow UI devmode and fix blank MCP call (#3, #4)
  • a49427e GGGG-20 Uvicorn TLS support (#1)
  • a546543 Clean upstream README (#2)
  • 6c9a596 Merge branch 'open-webui/open-webui:main' into upstream-0.6.15
  • 18a2f87 Merge pull request #5 from Constantinople-AI/upstream-0.6.15
  • 749e6ab disable release workflows
  • c4f3e46 Merge pull request #7 from Constantinople-AI/disable-cd
  • 42410eb Suppress reasoning after tool/interpreter use for Anthropic compatibility (#6)
  • 482456e Added File ID to OpenWebUI Context String (#8)

📊 Changes

67 files changed (+243 additions, -270 deletions)

View changed files

📝 .github/workflows/build-release.disabled (+0 -0)
📝 .github/workflows/deploy-to-hf-spaces.disabled (+0 -0)
📝 .github/workflows/docker-build.disabled (+0 -0)
📝 .github/workflows/release-pypi.disabled (+0 -0)
📝 Dockerfile (+2 -2)
📝 README.md (+2 -265)
📝 backend/open_webui/utils/middleware.py (+1 -0)
📝 backend/open_webui/utils/payload.py (+31 -0)
backend/start_cxnpl.sh (+39 -0)
📝 src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte (+32 -0)
📝 src/lib/constants.ts (+2 -3)
📝 src/lib/i18n/locales/ar-BH/translation.json (+2 -0)
📝 src/lib/i18n/locales/ar/translation.json (+2 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+2 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+2 -0)
📝 src/lib/i18n/locales/bo-TB/translation.json (+2 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+2 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+2 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+2 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+2 -0)

...and 47 more files

📄 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/15698 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`148e518`](https://github.com/open-webui/open-webui/commit/148e518791ee70a974d1428ff2c47e4fca43dd57) Allow UI devmode and fix blank MCP call (#3, #4) - [`a49427e`](https://github.com/open-webui/open-webui/commit/a49427ea58cd1b9540b1f352d3a78391bfc8dbbd) GGGG-20 Uvicorn TLS support (#1) - [`a546543`](https://github.com/open-webui/open-webui/commit/a54654340a6718a61024ddd88fae9034039c93ba) Clean upstream README (#2) - [`6c9a596`](https://github.com/open-webui/open-webui/commit/6c9a596af9c0ae57cb5244c09463644ab5156e27) Merge branch 'open-webui/open-webui:main' into upstream-0.6.15 - [`18a2f87`](https://github.com/open-webui/open-webui/commit/18a2f87ec3c879bf0e8229dc4c8cf937873b2e06) Merge pull request #5 from Constantinople-AI/upstream-0.6.15 - [`749e6ab`](https://github.com/open-webui/open-webui/commit/749e6abfd6cf4b88df29e671625f850b68c74200) disable release workflows - [`c4f3e46`](https://github.com/open-webui/open-webui/commit/c4f3e4660064886322f126488220d21e1feb3f28) Merge pull request #7 from Constantinople-AI/disable-cd - [`42410eb`](https://github.com/open-webui/open-webui/commit/42410ebf1de4db54dffaf2f67c86b72ace0fdcd0) Suppress reasoning after tool/interpreter use for Anthropic compatibility (#6) - [`482456e`](https://github.com/open-webui/open-webui/commit/482456e74563a0a1bf7ebc0121c867cf9912dbde) Added File ID to OpenWebUI Context String (#8) ### 📊 Changes **67 files changed** (+243 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-release.disabled` (+0 -0) 📝 `.github/workflows/deploy-to-hf-spaces.disabled` (+0 -0) 📝 `.github/workflows/docker-build.disabled` (+0 -0) 📝 `.github/workflows/release-pypi.disabled` (+0 -0) 📝 `Dockerfile` (+2 -2) 📝 `README.md` (+2 -265) 📝 `backend/open_webui/utils/middleware.py` (+1 -0) 📝 `backend/open_webui/utils/payload.py` (+31 -0) ➕ `backend/start_cxnpl.sh` (+39 -0) 📝 `src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte` (+32 -0) 📝 `src/lib/constants.ts` (+2 -3) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/ar/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/bo-TB/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+2 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+2 -0) _...and 47 more files_ </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 05:07:06 -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#23916