Skip to content

Commit d72bb7d

Browse files
xuanyang15copybara-github
authored andcommitted
docs: Upgrade ADK release analyzer agent to use gemini-3.1-pro-preview model
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 929314765
1 parent 020683b commit d72bb7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • contributing/samples/adk_team/adk_documentation/adk_release_analyzer

contributing/samples/adk_team/adk_documentation/adk_release_analyzer/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
http_status_codes=[429, 503],
7373
)
7474

75-
# Use gemini-3-pro-preview for planning and summary (better quality)
75+
# Use gemini-3.1-pro-preview for planning and summary (better quality)
7676
GEMINI_PRO_WITH_RETRY = Gemini(
77-
model="gemini-3-pro-preview",
77+
model="gemini-3.1-pro-preview",
7878
retry_options=_RETRY_OPTIONS,
7979
)
8080

0 commit comments

Comments
 (0)