mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #16881] feat: Can i use custom tools to retrieve users’ chat messages. #33611
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 @Oscarjia on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16881
Check Existing Issues
Problem Description
Hi everyone,
I’m wondering if it’s possible to use custom tools to retrieve users’ chat messages. For example, I’m thinking of something like this:
Is this approach supported, or is there a recommended way to access user messages programmatically?
Thanks in advance!
Desired Solution you'd like
I’m trying to access the content of the current question in my tool. For example, I want to get the text of the question/answer a user just asked.
Alternatives Considered
No response
Additional Context
No response