Is there a way to create a link that will open AI Studio and pre-fill it with a prompt and settings based on the parameters passed in?
The use case: my app has a development/debugging console that allows me to review what I’m sending to the API and what I’m getting back. It would be really cool if I spot something where my prompt isn’t working well, I could click a link that takes me right to Google AI Studio with the chat session and parameters populated. I could then use AI Studio to refine it and take the result back to my application. Sort of a reverse “copy code” button.
If this doesn’t already exist, it’s my feature request.