Skip to content

v0.9.0-1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 09:24
c1fe685

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 to GenerationConfig.
    • Added responseMimeType sample usage to refdoc of GenerationConfig.
  • 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