Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fileData & inlineData to kebab case
Google Gemini HTTP API requires file_data and inline_data to be in kebab case. This is different to the SDKs which use Snake case. It is possible to use Snake case but with mixed results (e.g. inlineData works, but fileData does not), however officially both should be kebab (see Shell docs): https://ai.google.dev/api/files and have been tested working.
- Loading branch information