Skip to content

Commit 8b011f9

Browse files
haranrkcopybara-github
authored andcommitted
docs: update GoogleSearchTool docstring to refer to Gemini models
Updates the class description of GoogleSearchTool to refer generically to 'Gemini models' rather than 'Gemini 2 models', as it applies to the broader family. Closes #12345 Co-authored-by: Haran Rajkumar <haranrk@google.com> PiperOrigin-RevId: 943537157
1 parent 969909f commit 8b011f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/tools/google_search_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
class GoogleSearchTool(BaseTool):
34-
"""A built-in tool that is automatically invoked by Gemini 2 models to retrieve search results from Google Search.
34+
"""A built-in tool that is automatically invoked by Gemini models to retrieve search results from Google Search.
3535
3636
This tool operates internally within the model and does not require or perform
3737
local code execution.

0 commit comments

Comments
 (0)