Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE]Optional param to pass in user_id on API request #200

Open
yangcao77 opened this issue Dec 10, 2024 · 0 comments
Open

[RFE]Optional param to pass in user_id on API request #200

yangcao77 opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yangcao77
Copy link

Is your feature request related to a problem? Please describe.

using noop as authentication model can by-pass the authentication check, but user_id will not change, always 0000-0000-0000-0000, will need an option to pass in user_id for each operation. I.e. query, get conversation history, retrieve conversations etc.

Describe the solution you'd like

Optional param to pass in user_id on API request, if noop auth is being used, check for user_id upon API request, and use user_id passed in

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@yangcao77 yangcao77 added the enhancement New feature or request label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant