v0.9.0-1.0.0
Targeting to the changeset from v0.6.0 to v0.9.0 of an official SDK.
-
Changes from v0.6.0 google/generative-ai-android:
- Add GenerateContentResponse#functionCalls and mark GenerateContentResponse#functionCall deprecated
- Add support for responseMimeType
- Fix proguard configuration for release builds (#139)
-
Changes from v0.7.0 google/generative-ai-android:
- Added
responseSchema
toGenerationConfig
. - Added
responseMimeType
sample usage to refdoc ofGenerationConfig
.
- Added
-
Changes from v0.8.0 google/generative-ai-android:
- Make CountTokens contain the full request
- Fix issue deserializing some function call responses (Issue #160)
-
Changes from v0.9.0 google/generative-ai-android:
- Simplify function calling and remove provided function execution.
- Add code execution tool.
Full Changelog: v0.5.0-1.0.0...v0.9.0-1.0.0