3a97f75a5c56d00031f0f5fc57668bf4f62f96d9
`generate_content()` was parsing the reqwest result to `GenerateContentResponseResult` instead of `GenerateContentResponse`, causing error responses to be handled incorrectly. This is fixed by ensuring the result string is parsed into the correct type.
gemini-rs
A Rust wrapper for the Google Cloud Gemini REST API
Languages
Rust
100%