Skip to content
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

feat: [google-ai-generativelanguage] Add GoogleSearch tool type #13411

Merged
merged 8 commits into from
Jan 8, 2025

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jan 8, 2025

  • Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
feat: Add GoogleSearch tool type
feat: Add return type Schema response to function declarations
feat: Add id to FunctionCall and FunctionResponse
feat: Add civic_integrity toggle to generation_config
feat: Add response_modalities to generation_config
feat: Add voice_config to generation_config
docs: Update safety filter list to include civic_integrity
feat: Add image_safety block_reason + finish_reason
feat: Add v1alpha
feat: Add BidiGenerateContent + all the necessary protos
feat: Add TuningMultiturnExample
END_COMMIT_OVERRIDE

feat: Add return type Schema response to function declarations
feat: Add id to FunctionCall and FunctionResponse
feat: Add civic_integrity toggle to generation_config
feat: Add response_modalities to generation_config
feat: Add voice_config to generation_config
docs: Update safety filter list to include civic_integrity
feat: Add image_safety block_reason + finish_reason

PiperOrigin-RevId: 713080033

Source-Link: googleapis/googleapis@130b113

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d3455bab27a5c7f8c39e53482649468baa021ce0
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiZDM0NTViYWIyN2E1YzdmOGMzOWU1MzQ4MjY0OTQ2OGJhYTAyMWNlMCJ9

BEGIN_NESTED_COMMIT
feat: [google-ai-generativelanguage] Add civic_integrity toggle
docs: Update safety filter list to include civic_integrity
feat: Add image_safety block_reason + finish_reason

PiperOrigin-RevId: 713079488

Source-Link: googleapis/googleapis@23553a9

Source-Link: https://github.com/googleapis/googleapis-gen/commit/28d644442dc9bb3d0d3d6f1ee5f3a022f8ff0c94
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiMjhkNjQ0NDQyZGM5YmIzZDBkM2Q2ZjFlZTVmM2EwMjJmOGZmMGM5NCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: [google-ai-generativelanguage] Add v1alpha
feat: Add BidiGenerateContent + all the necessary protos
feat: Add TuningMultiturnExample

PiperOrigin-RevId: 713078684

Source-Link: googleapis/googleapis@ae0e102

Source-Link: https://github.com/googleapis/googleapis-gen/commit/970d7ef8da844744f1de8d527a94ebd25dc75384
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiOTcwZDdlZjhkYTg0NDc0NGYxZGU4ZDUyN2E5NGViZDI1ZGM3NTM4NCJ9
END_NESTED_COMMIT

feat: Add BidiGenerateContent + all the necessary protos
feat: Add TuningMultiturnExample

PiperOrigin-RevId: 713078684

Source-Link: googleapis/googleapis@ae0e102

Source-Link: googleapis/googleapis-gen@970d7ef
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiOTcwZDdlZjhkYTg0NDc0NGYxZGU4ZDUyN2E5NGViZDI1ZGM3NTM4NCJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review January 8, 2025 03:02
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner January 8, 2025 03:02
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
Copy link

snippet-bot bot commented Jan 8, 2025

Here is the summary of changes.

You are about to add 112 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

docs: Update safety filter list to include civic_integrity
feat: Add image_safety block_reason + finish_reason

PiperOrigin-RevId: 713079488

Source-Link: googleapis/googleapis@23553a9

Source-Link: googleapis/googleapis-gen@28d6444
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiMjhkNjQ0NDQyZGM5YmIzZDBkM2Q2ZjFlZTVmM2EwMjJmOGZmMGM5NCJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [google-ai-generativelanguage] Add v1alpha feat: [google-ai-generativelanguage] Add civic_integrity toggle Jan 8, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
feat: Add return type `Schema response` to function declarations
feat: Add id to FunctionCall and FunctionResponse
feat: Add civic_integrity toggle to generation_config
feat: Add response_modalities to generation_config
feat: Add voice_config to generation_config
docs: Update safety filter list to include civic_integrity
feat: Add image_safety block_reason + finish_reason

PiperOrigin-RevId: 713080033

Source-Link: googleapis/googleapis@130b113

Source-Link: googleapis/googleapis-gen@d3455ba
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiZDM0NTViYWIyN2E1YzdmOGMzOWU1MzQ4MjY0OTQ2OGJhYTAyMWNlMCJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [google-ai-generativelanguage] Add civic_integrity toggle feat: [google-ai-generativelanguage] Add GoogleSearch tool type Jan 8, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@vchudnov-g vchudnov-g enabled auto-merge (squash) January 8, 2025 20:52
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 8, 2025
@vchudnov-g vchudnov-g merged commit 2c1e359 into main Jan 8, 2025
17 of 18 checks passed
@vchudnov-g vchudnov-g deleted the owl-bot-copy-packages-google-ai-generativelanguage branch January 8, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant