Releases: google/generative-ai-go
Releases · google/generative-ai-go
v0.12.0
10 May 18:31
Compare
Sorry, something went wrong.
No results found
New features:
UsageMetadata: information about a model's token usage
FileState: information about file uploads
GenerationConfig.ResponseSchema (not yet implemented by models)
Improved auth logic
v0.11.2
07 May 21:37
Compare
Sorry, something went wrong.
No results found
Update the internal version. (#100)
This CL should be followed by tagging the repo v0.11.2.
bugfix
03 May 15:39
Compare
Sorry, something went wrong.
No results found
This fixes the bug reported in #97 .
v0.11.0
15 Apr 19:04
Compare
Sorry, something went wrong.
No results found
This release includes:
File upload (currently requires model gemini-1.5-pro-eval).
System instructions(aka "system prompt").
Constrained function calling—see the ToolConfig type.
v0.10.0
15 Mar 16:52
Compare
Sorry, something went wrong.
No results found
What's Changed
Tags v0.9.0 and v0.10.0 introduce the function calling feature to the SDK. See an example here
Full Changelog : v0.9.0...v0.10.0