azure-data-explorer-datasource
                                
                                 azure-data-explorer-datasource copied to clipboard
                                
                                    azure-data-explorer-datasource copied to clipboard
                            
                            
                            
                        Store previous OpenAI prompts and allow a user to re-run them
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?