mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #18222] feat: Enable Filter inlet function on tool call continuations #34064
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?
Originally created by @Algorithm5838 on GitHub (Oct 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18222
Check Existing Issues
Problem Description
Filter
inletfunctions only run on initial requests, not when tool results are sent back to the model. This breaks parameter persistence.Example Filter:
Impact (using models via OpenRouter with native function calling):
Filter modifications don't persist through tool interactions.
Desired Solution you'd like
Invoke Filter
inleton tool continuation requests, same as initial requests.Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Oct 11, 2025):
Should be addressed with
5064506de4.@Algorithm5838 commented on GitHub (Oct 13, 2025):
Appreciate it.