Skip to content

feat: migrate to 2.x samples and clear unused samples #10059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 16, 2025

Conversation

msampathkumar
Copy link
Member

@msampathkumar msampathkumar commented Apr 8, 2025

Description

  1. Clean up unused code samples
  2. Update the Gemini model name for useful samples

bugs: b/407554370

  • Please merge this PR for me once it is approved

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Apr 8, 2025
Copy link

@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.

Hello @msampathkumar, 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!

Summary of Changes

This pull request cleans up unused code samples in the vertexai/snippets/src/main/java/vertexai/gemini directory. It removes several Java files related to audio summarization, audio transcription, automatic function calling, chat discussions, complex function calling, controlled generation with MIME type and schema, Gemini translation, multimodal input, and safety settings. Additionally, it updates the SnippetsIT.java test file to remove tests associated with the deleted code samples.

Highlights

  • Code Removal: Removes multiple unused Java code samples related to Gemini API functionalities.
  • Test Cleanup: Updates the SnippetsIT.java file to remove corresponding tests for the deleted code samples.
  • Directory Cleanup: Cleans up the vertexai/snippets/src/main/java/vertexai/gemini directory by removing obsolete files.

Changelog

Click here to see the changelog
  • vertexai/snippets/src/main/java/vertexai/gemini/AudioInputSummarization.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/AudioInputTranscription.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/AutomaticFunctionCalling.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ChatDiscussion.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ComplexFunctionCalling.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ControlledGenerationMimeType.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ControlledGenerationSchema.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ControlledGenerationSchema2.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ControlledGenerationSchema3.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/ControlledGenerationSchema4.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/GeminiTranslate.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/MultiTurnMultimodal.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/MultimodalAllInput.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/MultimodalVideoInput.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/PdfInput.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/SingleTurnMultimodal.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/WithSafetySettings.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/main/java/vertexai/gemini/WithSystemInstruction.java
    • Removed the entire file as it contains an unused code sample.
  • vertexai/snippets/src/test/java/vertexai/gemini/SnippetsIT.java
    • Removed testChatSession() method.
    • Removed testSafetySettings() method.
    • Removed testComplexFunctionCalling() method.
    • Removed testAutomaticFunctionCalling() method.
    • Removed testAudioInputSummary() method.
    • Removed testAudioInputTranscription() method.
    • Removed testSystemInstruction() method.
    • Removed testControlledGenerationWithMimeType() method.
    • Removed testControlledGenerationWithJsonSchema() method.
    • Removed testControlledGenerationWithJsonSchema2() method.
    • Removed testControlledGenerationWithJsonSchema3() method.
    • Removed testControlledGenerationWithJsonSchema4() method.
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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

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 issue 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 is currently in preview and 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 to provide feedback.

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.


A code cleanup's gentle hand,
Removes what's no longer planned,
A leaner system,
Efficiency's prism,
Brings order back to the land.

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.

Copy link

@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 removes several unused code samples from the vertexai/snippets/src/main/java/vertexai/gemini directory. The removed files cover various functionalities, including audio summarization, audio transcription, automatic function calling, chat discussions, complex function calling, controlled generation with MIME types and schemas, Gemini translation, multi-turn multimodal interactions, multimodal input with video and images, PDF input, single-turn multimodal interactions, safety settings, and system instructions. The corresponding tests have also been removed. This cleanup helps to reduce the codebase size and improve maintainability.

Merge Readiness

The pull request removes unused code samples and associated tests, which should improve the overall quality and maintainability of the codebase. Since the changes primarily involve removing code, the risk of introducing new issues is low. I am unable to directly approve the pull request, and that users should have others review and approve this code before merging. Given the nature of the changes, the pull request appears ready for merging.

@msampathkumar msampathkumar changed the title feat: clean up unused code samples feat: migrate to 2.x samples and clear unused samples Apr 8, 2025
@msampathkumar msampathkumar self-assigned this Apr 8, 2025
@msampathkumar msampathkumar marked this pull request as ready for review April 8, 2025 23:04
@msampathkumar msampathkumar requested review from yoshi-approver and a team as code owners April 8, 2025 23:04
Copy link

snippet-bot bot commented Apr 8, 2025

You are about to delete the following sample browser pages.

Here is the summary of changes.

You are about to add 2 region tags.
You are about to delete 22 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@telpirion telpirion self-assigned this Apr 9, 2025
@msampathkumar
Copy link
Member Author

Started working on the bug fixes

@msampathkumar msampathkumar merged commit ce0970d into main Apr 16, 2025
10 checks passed
@msampathkumar msampathkumar deleted the cleanup_old_gemini_samples branch April 16, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants