azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

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

Open asimpson opened this issue 2 years ago • 0 comments

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 avatar Jun 08 '23 20:06 asimpson