G'day! ๐
I was trying to use GCS URL's with dotprompt and I noticed we explicitly forbid doing so, even though it's allowed when not using dotprompt (i.e.
Generate(...) vs Execute(...) https://github.com/firebase/genkit/blob/437c85b2935edc1d36bfe2eb66da371af4df457b/go/ai/prompt.go#L651.Is there any specific reason for doing this? Ideally I would be able to continue using dotprompt...
As a workaround, I'm rendering the prompt with all input fields, minus the media URLs, but it's a bit hacky