Thank you guys for adding a Gemini action. I like Gemini models for the "grunt work" of AI, as they have the cheapest tokens of the trustworthy providers
One thing that's missing in the action, though, is the ability to pass file data. If you pass a base64-encoded file in the prompt, you use up a ton of tokens.
If it were possible to pass that data to the `inlineData` parameter, it would much cheaper to do things like parse files.
Please consider updating the Gemini action to include this.