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

Store previous OpenAI prompts and allow a user to re-run them #583

Open
Tracked by #584
asimpson opened this issue Jun 8, 2023 · 0 comments · May be fixed by #780
Open
Tracked by #584

Store previous OpenAI prompts and allow a user to re-run them #583

asimpson opened this issue Jun 8, 2023 · 0 comments · May be fixed by #780
Assignees
Labels
datasource/ADX enhancement New feature or request

Comments

@asimpson
Copy link
Contributor

asimpson commented Jun 8, 2023

Since we can now generate KQL via OpenAI (#577) it could be useful to store previous plain language queries to allow users to view and re-run/edit them.

The UI/UX for this is unclear.

I think to avoid PII or sensitive data situations we would want to cache this on the frontend somewhere for now, e.g. localStorage.

If we don't think it's too sensitive to cache these server side, could we do something like the Query History API?

@asimpson asimpson added enhancement New feature or request datasource/ADX labels Jun 8, 2023
@alyssabull alyssabull linked a pull request Feb 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ADX enhancement New feature or request
Projects
Status: Feature Requests
Development

Successfully merging a pull request may close this issue.

2 participants