You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: