Skip to content

update - #1294

Merged
patrickloeber merged 3 commits into
mainfrom
update
Jul 21, 2026
Merged

update#1294
patrickloeber merged 3 commits into
mainfrom
update

Conversation

@patrickloeber

Copy link
Copy Markdown
Collaborator

No description provided.

@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions github-actions Bot added status:awaiting review PR awaiting review from a maintainer component:examples Issues/PR referencing examples folder component:quickstarts Issues/PR referencing quickstarts folder labels Jul 21, 2026
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 updates the Gemini API Cookbook to use Gemini 3.6 Flash as the primary model across all examples and documentation. This change ensures that users are working with the latest model generation, which offers improved performance on complex agentic and multimodal tasks while optimizing token usage.

Highlights

  • Model Update: Updated references from Gemini 3.5 Flash to Gemini 3.6 Flash across the entire repository, including notebooks, quickstarts, and documentation.
  • Documentation Update: Updated the README and contributing guidelines to reflect the latest model capabilities and versioning.
Ignored Files
  • Ignored by pattern: .gemini/** (1)
    • .gemini/styleguide.md
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 the 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 counterproductive. 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.

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 model references across various quickstarts, examples, and documentation files to use the newer gemini-3.6-flash and gemini-3.5-flash-lite models. The review identified critical issues including a Python SyntaxError in the guardrails example and a TypeError in the Haystack retrieval example due to malformed model assignments. Additionally, several display names and descriptions in the managed agents quickstart need to be updated to match the newly referenced model versions.

Comment thread examples/gemini_google_adk_model_guardrails.ipynb Outdated
Comment thread examples/haystack/Gemini_Embedding_Haystack_Crossmodal_Retrieval.ipynb Outdated
Comment thread quickstarts/Get_started_managed_agents.ipynb Outdated
Comment thread quickstarts/Get_started_managed_agents.ipynb Outdated
Comment thread quickstarts/Get_started_managed_agents.ipynb Outdated
Comment thread examples/haystack/Gemini_Embedding_Haystack_Crossmodal_Retrieval.ipynb Outdated
Comment thread examples/prompting/Basic_Code_Review.ipynb Outdated
Comment thread examples/prompting/Role_prompting.ipynb Outdated
Comment thread quickstarts/Get_started_Generate_Content.ipynb Outdated
patrickloeber and others added 2 commits July 21, 2026 16:20
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@patrickloeber
patrickloeber merged commit 1cbaa8d into main Jul 21, 2026
7 of 10 checks passed
@patrickloeber
patrickloeber deleted the update branch July 21, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component:examples Issues/PR referencing examples folder component:quickstarts Issues/PR referencing quickstarts folder status:awaiting review PR awaiting review from a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants