mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #18029] [CLOSED] feat: implement CallbackRoute for enhanced request handling across ro… #24646
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/18029
Author: @mitchou10
Created: 10/3/2025
Status: ❌ Closed
Base:
dev← Head:feat/route-callback📝 Commits (1)
f1aa79cfeat: implement CallbackRoute for enhanced request handling across routers📊 Changes
6 files changed (+134 additions, -4 deletions)
View changed files
📝
backend/open_webui/routers/evaluations.py(+2 -1)📝
backend/open_webui/routers/files.py(+2 -1)📝
backend/open_webui/routers/knowledge.py(+2 -1)📝
backend/open_webui/routers/notes.py(+2 -1)➕
backend/open_webui/test/util/test_callback.py(+70 -0)➕
backend/open_webui/utils/callback.py(+56 -0)📄 Description
…uters
Pull Request Checklist
devbranch.Changelog Entry
Description
CallbackRoutethat triggers an asynchronous POST callback to an external URL after a route is executed.Added
Need to set
if not set that non blocking process even any error appear during the callback
Changed
notes,feedback,files,knowledge🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.