From cc6b99b77c7fe28f9b7a9a2bbf16c0f9e4bedeff Mon Sep 17 00:00:00 2001 From: nelsonjeffrey Date: Mon, 17 Aug 2026 12:43:13 -0700 Subject: [PATCH] chore(bakery): update agent model to gemini-3.5-flash --- examples/launchmybakery/README.md | 2 +- examples/launchmybakery/adk_agent/mcp_bakery_app/agent.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/launchmybakery/README.md b/examples/launchmybakery/README.md index 5103356..3a8f816 100644 --- a/examples/launchmybakery/README.md +++ b/examples/launchmybakery/README.md @@ -22,7 +22,7 @@ The agent autonomously queries BigQuery to find macro trends and uses Google Map ![Architecture Diagram](architecture_diagram.png) -The diagram above illustrates the flow of information in this demo. The Agent, powered by Gemini 3 Pro Preview, orchestrates requests between the user and Google Cloud services. It uses a remote (Google hosted) MCP server to securely access BigQuery for demographic and sales data, and Google Maps APIs for real-world location analysis and validation. +The diagram above illustrates the flow of information in this demo. The Agent, powered by Gemini 3.5 Flash, orchestrates requests between the user and Google Cloud services. It uses a remote (Google hosted) MCP server to securely access BigQuery for demographic and sales data, and Google Maps APIs for real-world location analysis and validation. ## Repository Structure diff --git a/examples/launchmybakery/adk_agent/mcp_bakery_app/agent.py b/examples/launchmybakery/adk_agent/mcp_bakery_app/agent.py index 996491a..646244c 100644 --- a/examples/launchmybakery/adk_agent/mcp_bakery_app/agent.py +++ b/examples/launchmybakery/adk_agent/mcp_bakery_app/agent.py @@ -11,7 +11,7 @@ bigquery_toolset = tools.get_bigquery_mcp_toolset() root_agent = LlmAgent( - model='gemini-3.1-pro-preview', + model='gemini-3.5-flash', name='root_agent', instruction=f""" Help the user answer questions by strategically combining insights from two sources: