-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
vchudnov-g
merged 8 commits into
main
from
owl-bot-copy-packages-google-ai-generativelanguage
Jan 8, 2025
Merged
feat: [google-ai-generativelanguage] Add GoogleSearch tool type #13411
vchudnov-g
merged 8 commits into
main
from
owl-bot-copy-packages-google-ai-generativelanguage
Jan 8, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
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
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
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
bot
changed the title
feat: [google-ai-generativelanguage] Add v1alpha
feat: [google-ai-generativelanguage] Add civic_integrity toggle
Jan 8, 2025
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
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
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
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
vchudnov-g
approved these changes
Jan 8, 2025
trusted-contributions-gcf
bot
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jan 8, 2025
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BEGIN_COMMIT_OVERRIDE
feat: Add GoogleSearch tool type
feat: Add return type
Schema response
to function declarationsfeat: 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 declarationsfeat: 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