Skip to content

docs: update contributing.md integration test code reference to v0.23.0 tag#2197

Merged
Yuan325 merged 2 commits into
mainfrom
contributing-update
Dec 18, 2025
Merged

docs: update contributing.md integration test code reference to v0.23.0 tag#2197
Yuan325 merged 2 commits into
mainfrom
contributing-update

Conversation

@Yuan325

@Yuan325 Yuan325 commented Dec 18, 2025

Copy link
Copy Markdown
Contributor

Update links to point towards files within v0.23.0 version. There are some updates done within the function since the previous link was generated.

@Yuan325 Yuan325 requested a review from a team December 18, 2025 05:09
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @Yuan325, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on maintaining the accuracy and relevance of the project's contributing guidelines. It ensures that external code references within the CONTRIBUTING.md file are up-to-date, directing contributors to the correct and current source code locations for integration test examples. This update is crucial for providing clear and functional guidance to anyone looking to contribute to the project.

Highlights

  • Documentation Link Updates: The pull request updates several outdated links within CONTRIBUTING.md that point to specific lines of code in the genai-toolbox repository.
  • Version Tag Reference: All updated links now reference the v0.23.0 tag instead of an older commit hash, ensuring they point to a stable and relevant version of the code.
  • Line Number Adjustments: The line numbers in the updated links have also been adjusted to reflect changes in the tool.go file, where the referenced functions have likely moved or been refactored.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

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

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.

Code Review

This pull request updates code references in CONTRIBUTING.md to point to the v0.23.0 tag instead of a specific commit hash, which is a great improvement for documentation clarity. The changes also improve link formatting consistency by removing unnecessary angle brackets.

While the changes in this PR are correct, I noticed that a few other links within CONTRIBUTING.md still point to the old commit hash. To make this update more complete, you might consider updating these links as well:

  • Line 90: [SourceConfig](https://github.com/googleapis/genai-toolbox/blob/fd300dc606d88bf9f7bba689e2cee4e3565537dd/internal/sources/sources.go#L57)
  • Line 98: [Source](https://github.com/googleapis/genai-toolbox/blob/fd300dc606d88bf9f7bba689e2cee4e3565537dd/internal/sources/sources.go#L63)
  • Line 118: [ToolConfig](https://github.com/googleapis/genai-toolbox/blob/fd300dc606d88bf9f7bba689e2cee4e3565537dd/internal/tools/tools.go#L61)

Updating these would ensure all code references in the document are consistent. Otherwise, the current changes look good.

@Yuan325 Yuan325 enabled auto-merge (squash) December 18, 2025 16:33
@Yuan325 Yuan325 merged commit fa148c6 into main Dec 18, 2025
11 checks passed
@Yuan325 Yuan325 deleted the contributing-update branch December 18, 2025 16:39
vinodhinic pushed a commit to vinodhinic/genai-toolbox that referenced this pull request Jan 14, 2026
….0 tag (googleapis#2197)

Update links to point towards files within v0.23.0 version. There are
some updates done within the function since the previous link was
generated.
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