Skip to content

docs(go): update gemini from 2.5 to 3#3170

Draft
twishabansal wants to merge 13 commits into
mainfrom
update-quickstart-go
Draft

docs(go): update gemini from 2.5 to 3#3170
twishabansal wants to merge 13 commits into
mainfrom
update-quickstart-go

Conversation

@twishabansal
Copy link
Copy Markdown
Contributor

Description

Should include a concise description of the changes (bug or feature), it's
impact, along with a summary of the solution

PR Checklist

Thank you for opening a Pull Request! Before submitting your PR, there are a
few things you can do to make sure it goes smoothly:

  • Make sure you reviewed
    CONTRIBUTING.md
  • Make sure to open an issue as a
    bug/issue
    before writing your code! That way we can discuss the change, evaluate
    designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Make sure to add ! if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

@twishabansal twishabansal mentioned this pull request May 6, 2026
6 tasks
@twishabansal twishabansal changed the title Update quickstart go docs(quickstart/go): update gemini from 2.5 to 3 May 6, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Gemini model version from gemini-2.5-flash to gemini-3pro-preview across various quickstart documentation examples in Go, JavaScript, and Python. Feedback was provided regarding the PR's non-compliance with the repository's style guide, specifically noting that the PR title does not follow the required conventional commit format and the description remains empty.


// Set up the Gemini Model
model, err := gemini.NewModel(ctx, "gemini-2.5-flash", &genai.ClientConfig{
model, err := gemini.NewModel(ctx, "gemini-3pro-preview", &genai.ClientConfig{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR title and description do not adhere to the repository's style guide. The title 'Update quickstart go' lacks the required '(scope):' format and incorrectly limits the scope to Go, despite changes in JavaScript and Python files. Additionally, the PR description is empty and still contains the template placeholders. Please update the title (e.g., 'docs(quickstart): update gemini model') and fill out the PR description template with a concise summary of the changes and their impact.

References
  1. PR Title Format: [optional scope]: (link)
  2. Every PR must include a description that follows the repository's template. (link)

@twishabansal twishabansal changed the title docs(quickstart/go): update gemini from 2.5 to 3 docs(go): update gemini from 2.5 to 3 May 6, 2026
twishabansal added a commit that referenced this pull request May 8, 2026
## Description

Will follow up with PRs for quickstart because it requires code changes
due to test failures.
- JS: #3169
- Python: #3171
- Go:  #3170

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/mcp-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>
Base automatically changed from update-models to main May 8, 2026 10:28
github-actions Bot pushed a commit that referenced this pull request May 8, 2026
## Description

Will follow up with PRs for quickstart because it requires code changes
due to test failures.
- JS: #3169
- Python: #3171
- Go:  #3170

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/mcp-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here> 796bf91
github-actions Bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request May 8, 2026
## Description

Will follow up with PRs for quickstart because it requires code changes
due to test failures.
- JS: googleapis#3169
- Python: googleapis#3171
- Go:  googleapis#3170

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/mcp-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here> 796bf91
github-actions Bot pushed a commit to pepe57/genai-toolbox that referenced this pull request May 8, 2026
## Description

Will follow up with PRs for quickstart because it requires code changes
due to test failures.
- JS: googleapis#3169
- Python: googleapis#3171
- Go:  googleapis#3170

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/mcp-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here> 796bf91
pavankrishna13 pushed a commit to pavankrishna13/genai-toolbox that referenced this pull request May 19, 2026
## Description

Will follow up with PRs for quickstart because it requires code changes
due to test failures.
- JS: googleapis#3169
- Python: googleapis#3171
- Go:  googleapis#3170

## PR Checklist

> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:

- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/mcp-toolbox/issues/new/choose)
  before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants