Skip to content

Update Sample description in README.md - #121

Closed
lethargicpanda wants to merge 2 commits into
mainfrom
readme_update
Closed

Update Sample description in README.md#121
lethargicpanda wants to merge 2 commits into
mainfrom
readme_update

Conversation

@lethargicpanda

Copy link
Copy Markdown
Contributor

No description provided.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @lethargicpanda, 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 refactors the README.md file to improve the clarity and visual appeal of the sample descriptions. It introduces a new, more detailed table format for showcasing individual samples, complete with images and direct links to their code, while also reorganizing existing content for better readability and information flow.

Highlights

  • README.md Restructuring: The README.md file has been significantly restructured to enhance the presentation of sample descriptions.
  • New Sample Display Format: A new table-based format has been introduced for individual sample descriptions, starting with 'Gemini Image Chat', which includes an image and a direct link to the sample's code.
  • Content Reorganization: The 'Requires Firebase setup' section has been repositioned earlier in the document, and the existing bulleted list of samples has been moved to appear after the newly introduced table format.
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.

@lethargicpanda
lethargicpanda marked this pull request as draft October 29, 2025 06:53

@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 the README.md to feature a new table-based layout for showcasing samples. My review focuses on improving the clarity and formatting of this new section. I've pointed out some duplicated content that arose from this change, an unnecessary empty row in the new table, and a suggestion to improve the readability of the markdown by reducing the use of <br> tags for spacing.

Comment thread ai-catalog/README.md Outdated

| Samples | |
|:-----|---------|
| **Gemini Image Chat**:<br><br> a sample using the new [Gemini 2.5 Flash Image model](https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/) (a.k.a. "NanoBanana") enabling image generation and iterations via chat interactions<br><br><br><br> **[> Browse code](samples/gemini-image-chat)**<br><br> | <img src="samples/gemini-image-chat/android_nano_banana.png" width="150" alt="Gemini Image Chat sample"> |

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

Using four consecutive <br> tags for vertical spacing makes the Markdown source a bit difficult to read and maintain. It's generally better to use them sparingly. I've suggested reducing them to two, which should still provide ample spacing.

Suggested change
| **Gemini Image Chat**:<br><br> a sample using the new [Gemini 2.5 Flash Image model](https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/) (a.k.a. "NanoBanana") enabling image generation and iterations via chat interactions<br><br><br><br> **[> Browse code](samples/gemini-image-chat)**<br><br> | <img src="samples/gemini-image-chat/android_nano_banana.png" width="150" alt="Gemini Image Chat sample"> |
| **Gemini Image Chat**:<br><br> a sample using the new [Gemini 2.5 Flash Image model](https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/) (a.k.a. "NanoBanana") enabling image generation and iterations via chat interactions<br><br> **[> Browse code](samples/gemini-image-chat)**<br><br> | <img src="samples/gemini-image-chat/android_nano_banana.png" width="150" alt="Gemini Image Chat sample"> |

Comment thread ai-catalog/README.md
| Samples | |
|:-----|---------|
| **Gemini Image Chat**:<br><br> a sample using the new [Gemini 2.5 Flash Image model](https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/) (a.k.a. "NanoBanana") enabling image generation and iterations via chat interactions<br><br><br><br> **[> Browse code](samples/gemini-image-chat)**<br><br> | <img src="samples/gemini-image-chat/android_nano_banana.png" width="150" alt="Gemini Image Chat sample"> |
| | |

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

This empty table row appears to be unnecessary and adds extra vertical space. It should be removed for cleaner formatting.

Comment thread ai-catalog/README.md Outdated
| | |


- **gemini-image-chat**: a sample using the new [Gemini 2.5 Flash Image model](https://developers.googleblog.com/en/introducing-gemini-2-5-flash-image/) (a.k.a. "NanoBanana") enabling image generation and iterations via chat interactions

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

This gemini-image-chat sample is already described in detail in the new table format above. To avoid content duplication and potential confusion for readers, this list item should be removed.

Provide more detail for each samples and add them in a table.
@lethargicpanda

Copy link
Copy Markdown
Contributor Author

This was merged in a separate PR.

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.

1 participant