You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(showcase/google-adk): bump Gemini default to 3.1 Flash-Lite
Bumps the default Gemini model across the Google ADK showcase from
gemini-2.5-flash to gemini-3.1-flash-lite — the closest GA model in
the Gemini 3.x line (2.5 family is slated for June 2026 deprecation).
Touches agent factories (DEFAULT_MODEL, _DEFAULT_A2UI_MODEL, _SUB_MODEL),
the A2UI default-model test fixture, QA docs, the manifest description
for the reasoning demo, and prose references in shared_chat docstring +
entrypoint comment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: showcase/integrations/google-adk/qa/headless-complete.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Prerequisites
4
4
5
5
- Demo is deployed and accessible at `/demos/headless-complete` on the dashboard host
6
-
- Agent backend is healthy (`/api/health`); `GOOGLE_API_KEY` is set on Railway; the ADK backend mounts the shared `_simple_chat` LlmAgent (Gemini 2.5 Flash) at `/headless_complete` — the demo relies on aimock fixtures to supply tool calls (`get_weather`, `get_stock_price`, `get_revenue_chart`) since the ADK simple agent has no real backend tools
6
+
- Agent backend is healthy (`/api/health`); `GOOGLE_API_KEY` is set on Railway; the ADK backend mounts the shared `_simple_chat` LlmAgent (Gemini 3.1 Flash-Lite) at `/headless_complete` — the demo relies on aimock fixtures to supply tool calls (`get_weather`, `get_stock_price`, `get_revenue_chart`) since the ADK simple agent has no real backend tools
7
7
- The demo wires `agent="headless-complete"` at `/api/copilotkit-mcp-apps` (shared with the mcp-apps cell) so the Excalidraw MCP server at `MCP_SERVER_URL || https://mcp.excalidraw.com` is available
8
8
- Note: the demo defines headless-specific `data-testid`s in `chat/message-list.tsx`, `chat/composer.tsx`, `tools/weather-card.tsx`, `tools/stock-card.tsx`, `tools/highlight-note.tsx`, and `tools/chart-card.tsx`. Other checks rely on verbatim text, role selectors, and Tailwind utility classes
Copy file name to clipboardExpand all lines: showcase/integrations/google-adk/qa/headless-simple.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Prerequisites
4
4
5
5
- Demo is deployed and accessible at `/demos/headless-simple` on the dashboard host
6
-
- Agent backend is healthy (`/api/health`); `GOOGLE_API_KEY` is set on Railway; the ADK backend mounts the shared `_simple_chat` LlmAgent (Gemini 2.5 Flash) at `/headless_simple`
6
+
- Agent backend is healthy (`/api/health`); `GOOGLE_API_KEY` is set on Railway; the ADK backend mounts the shared `_simple_chat` LlmAgent (Gemini 3.1 Flash-Lite) at `/headless_simple`
7
7
- The demo wires `agent="headless-simple"` at `/api/copilotkit` (neutral assistant cell)
8
8
- Note: the demo source contains no `data-testid` attributes. Checks below rely on verbatim visible text, role/button selectors, and Tailwind utility-class structure
0 commit comments