[Enhancement]: Allow templating the user key in LLM requests #8298
mrh-chain
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 1 reply
-
the specific |
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 features would you like to see added?
I am looking for a way to use templating for the value provided as the
user
key in requests to the LLM backend. By default it sets the users ID, but for my use-case I need to set the users email so as to correlate it with actual users in my LLM inference API.Adding an option to use the users email as the value is perhaps a bit too narrowly scoped, so I believe that allowing one to use templating to set it to any attribute of the user (or a static value?) is the most useful approach.
More details
I do not have additional details
Which components are impacted by your request?
General
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions