google_generative_ai 0.2.1 google_generative_ai: ^0.2.1 copied to clipboard
The Google AI Dart SDK enables developers to use Google's state-of-the-art generative AI models (like Gemini).
0.2.1 #
- Fix an issue parsing
generateContent()
responses that do not include content (this can occur for somefinishReason
s). - Fix an issue parsing
generateContent()
responses that include citation sources with unpopulated fields - Add link to ai.google.dev docs.
0.2.0 #
- Breaking
HarmCategory.unknown
renamed tounspecified
. Removed unusedunknown
values in theHarmProbability
andFinishReason
enums. - Add additional API documentation.
- Update the getting started instructions in the readme.
0.1.0 #
- Initial release.