Update Sample description in README.md - #121
Conversation
Summary of ChangesHello @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 Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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.
|
|
||
| | 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"> | |
There was a problem hiding this comment.
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.
| | **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"> | |
| | 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"> | | ||
| | | | |
| | | | | ||
|
|
||
|
|
||
| - **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 |
Provide more detail for each samples and add them in a table.
|
This was merged in a separate PR. |
No description provided.