Hello all, I've been using the Prompt API in my browser extension, and am working to debug /test some issues happening specifically on installations on a Chromebook Plus. I am looking for a way to reset the state of a the model/feature installation on browser profile to uninstalled/default.
I was able to do this on a Macbook by:
1. Uninstalling extension
2. Resetting browser flags
3. Removing the model download from the filesystem
On the Chromebook, I haven't been able to find an easy way to do #3
I am hoping to not have to use a fresh profile for each test, due to authentication flow complexities unrelated to the feature (and that it is a pain to do:-P ) - Is there an easier way to facilitate this?
Dustin