Update google.golang.org/genai to v1.0.0 #4
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update google.golang.org/genai to v1.0.0
This PR updates the Google GenAI library from v0.7.0 to v1.0.0 and addresses the breaking API changes.
Changes
Testing
The code changes have been made according to the v1.0.0 API changes. Due to Go version compatibility issues in the local environment, the build was not successful locally. The PR relies on CI to build and test with a compatible Go version.
Notes
The local environment has Go 1.18 which is not compatible with some of the dependencies required by the newer genai library. A Dockerfile has been added for testing with a newer Go version, but even that encountered compatibility issues with cloud.google.com/go@v0.120.0 requiring Go 1.23.0.
Link to Devin run: https://app.devin.ai/sessions/f5b7d7cee61545d0bf48e62e746618a7
Requested by: tk@coder.com