Skip to content

Conversation

@rayira
Copy link
Contributor

@rayira rayira commented Jun 19, 2025

Description

Fixes #1512 by updating google_search_tool.py to support new Gemini LIVE model naming

Changes

  • Update the model name checking in google_search_tool.py

rayira and others added 2 commits June 18, 2025 16:29
…l name

fix: Update google_search_tool.py to support updated Gemini LIVE model name

* New model name of 'gemini-live-...' doesn't pass the check of 'gemini-2' to access google search tool.
@hangfei hangfei added the ready to pull [Status] This PR is ready to be importing back to Google label Jun 25, 2025
copybara-service bot pushed a commit that referenced this pull request Jun 26, 2025
…l naming

Merge #1518

## Description
Fixes [#1512](#1512) by updating google_search_tool.py to support new Gemini LIVE model naming

## Changes
- Update the model name checking in google_search_tool.py

COPYBARA_INTEGRATE_REVIEW=#1518 from rayira:rayira-patch-1 4c98f88
PiperOrigin-RevId: 775941268
coder-aditi pushed a commit to coder-aditi/adk-python that referenced this pull request Jul 2, 2025
…l naming

Merge google#1518

## Description
Fixes [google#1512](google#1512) by updating google_search_tool.py to support new Gemini LIVE model naming

## Changes
- Update the model name checking in google_search_tool.py

COPYBARA_INTEGRATE_REVIEW=google#1518 from rayira:rayira-patch-1 4c98f88
PiperOrigin-RevId: 775941268
@hangfei
Copy link
Collaborator

hangfei commented Jul 10, 2025

This is already fixed in :

elif llm_request.model and 'gemini-' in llm_request.model:

@hangfei hangfei closed this Jul 10, 2025
seanzhou1023 pushed a commit to soundTricker/adk-python that referenced this pull request Jul 11, 2025
…l naming

Merge google#1518

## Description
Fixes [google#1512](google#1512) by updating google_search_tool.py to support new Gemini LIVE model naming

## Changes
- Update the model name checking in google_search_tool.py

COPYBARA_INTEGRATE_REVIEW=google#1518 from rayira:rayira-patch-1 4c98f88
PiperOrigin-RevId: 775941268
pandasanjay pushed a commit to pandasanjay/adk-python that referenced this pull request Jul 28, 2025
…l naming

Merge google#1518

## Description
Fixes [google#1512](google#1512) by updating google_search_tool.py to support new Gemini LIVE model naming

## Changes
- Update the model name checking in google_search_tool.py

COPYBARA_INTEGRATE_REVIEW=google#1518 from rayira:rayira-patch-1 4c98f88
PiperOrigin-RevId: 775941268
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to pull [Status] This PR is ready to be importing back to Google

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Gemini LIVE model naming got blocked by Google Search tool use

2 participants