Replies: 1 comment 1 reply
-
I have the same question. I'm trying to implement a tool that lets AI models create an editable PowerPoint presentation. It would be awesome if the tool somehow would be able to access username and email address, so I can hash them and anonymously map users to presentations and use the data in the presentation itself. A "classical" tool directly in OpenWebUI could have access to this if manually included in the request, so maybe an Idea could be to include a toggle in the OpenWebUI settings page where OpenAPI endpoints are added to include additional headers like user information? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the most reliable way to make tools such as filesystem safe for multi-users?
If I set the Tool Auth to Session, could part of the session info (hopefully username) be passed through to the code to be used in the ALLOWED_DIRECTORIES to provide session privacy?
If so can I please have some guidance.
Beta Was this translation helpful? Give feedback.
All reactions