Files
gemini-rs/src
Andre Bandarra 3a97f75a5c Fix generate_content result parsing
`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.
2024-06-13 15:50:57 +01:00
..
2024-06-09 10:07:00 +01:00
2024-06-13 15:50:57 +01:00
2024-05-01 17:16:04 +01:00
2024-02-07 20:19:11 +00:00