[PR #4096] [MERGED] docs(deepagents): update default model to gemini-3.5-flash #4097

Closed
opened 2026-06-05 19:12:44 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4096
Author: @open-swe[bot]
Created: 5/20/2026
Status: Merged
Merged: 5/20/2026
Merged by: @ccurme

Base: mainHead: open-swe/update-default-model-gemini-flash


📝 Commits (2)

  • a2d75e6 docs(deepagents): update default model to gemini-3.5-flash
  • c26d4c6 update generation

📊 Changes

109 files changed (+206 additions, -206 deletions)

View changed files

📝 scripts/generate_code_snippet_mdx.py (+2 -2)
📝 src/code-samples/deepagents/customization-backend-composite.ts (+1 -1)
📝 src/code-samples/deepagents/customization-backend-filesystem.ts (+1 -1)
📝 src/code-samples/deepagents/customization-backend-local-shell.ts (+1 -1)
📝 src/code-samples/deepagents/customization-backend-store.ts (+1 -1)
📝 src/code-samples/deepagents/customization-backends.py (+7 -7)
📝 src/code-samples/deepagents/customization-hitl-basic.py (+1 -1)
📝 src/code-samples/deepagents/customization-hitl-basic.ts (+1 -1)
📝 src/code-samples/deepagents/customization-middleware.ts (+1 -1)
📝 src/code-samples/deepagents/customization-skills-usage.py (+2 -2)
📝 src/code-samples/deepagents/customization-subagent-basic.py (+1 -1)
📝 src/code-samples/deepagents/customization-subagent-basic.ts (+1 -1)
📝 src/langsmith/evaluate-graph.mdx (+5 -5)
📝 src/langsmith/trace-deep-agents.mdx (+2 -2)
📝 src/oss/deepagents/acp.mdx (+1 -1)
📝 src/oss/deepagents/async-subagents.mdx (+4 -4)
📝 src/oss/deepagents/backends.mdx (+10 -10)
📝 src/oss/deepagents/code/configuration.mdx (+2 -2)
📝 src/oss/deepagents/context-engineering.mdx (+11 -11)
📝 src/oss/deepagents/data-analysis.mdx (+1 -1)

...and 80 more files

📄 Description

Description

Follow-up to #3575 — replaces every google_genai:gemini-3.1-pro-preview reference with google_genai:gemini-3.5-flash across the docs (find-and-replace, 179 occurrences across 84 files).

Release Note

none

Test Plan

  • Spot-check rendered pages for any code samples that now reference the updated default model.

Opened collaboratively by ccurme and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4096 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/20/2026 **Status:** ✅ Merged **Merged:** 5/20/2026 **Merged by:** [@ccurme](https://github.com/ccurme) **Base:** `main` ← **Head:** `open-swe/update-default-model-gemini-flash` --- ### 📝 Commits (2) - [`a2d75e6`](https://github.com/langchain-ai/docs/commit/a2d75e6b6043a2fb7caee9760ec33504f1d40ef1) docs(deepagents): update default model to gemini-3.5-flash - [`c26d4c6`](https://github.com/langchain-ai/docs/commit/c26d4c6f44bcde60833ab884014656832143ae8f) update generation ### 📊 Changes **109 files changed** (+206 additions, -206 deletions) <details> <summary>View changed files</summary> 📝 `scripts/generate_code_snippet_mdx.py` (+2 -2) 📝 `src/code-samples/deepagents/customization-backend-composite.ts` (+1 -1) 📝 `src/code-samples/deepagents/customization-backend-filesystem.ts` (+1 -1) 📝 `src/code-samples/deepagents/customization-backend-local-shell.ts` (+1 -1) 📝 `src/code-samples/deepagents/customization-backend-store.ts` (+1 -1) 📝 `src/code-samples/deepagents/customization-backends.py` (+7 -7) 📝 `src/code-samples/deepagents/customization-hitl-basic.py` (+1 -1) 📝 `src/code-samples/deepagents/customization-hitl-basic.ts` (+1 -1) 📝 `src/code-samples/deepagents/customization-middleware.ts` (+1 -1) 📝 `src/code-samples/deepagents/customization-skills-usage.py` (+2 -2) 📝 `src/code-samples/deepagents/customization-subagent-basic.py` (+1 -1) 📝 `src/code-samples/deepagents/customization-subagent-basic.ts` (+1 -1) 📝 `src/langsmith/evaluate-graph.mdx` (+5 -5) 📝 `src/langsmith/trace-deep-agents.mdx` (+2 -2) 📝 `src/oss/deepagents/acp.mdx` (+1 -1) 📝 `src/oss/deepagents/async-subagents.mdx` (+4 -4) 📝 `src/oss/deepagents/backends.mdx` (+10 -10) 📝 `src/oss/deepagents/code/configuration.mdx` (+2 -2) 📝 `src/oss/deepagents/context-engineering.mdx` (+11 -11) 📝 `src/oss/deepagents/data-analysis.mdx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description ## Description Follow-up to #3575 — replaces every `google_genai:gemini-3.1-pro-preview` reference with `google_genai:gemini-3.5-flash` across the docs (find-and-replace, 179 occurrences across 84 files). ## Release Note none ## Test Plan - [ ] Spot-check rendered pages for any code samples that now reference the updated default model. _Opened collaboratively by ccurme and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:12:44 -04:00
yindo closed this issue 2026-06-05 19:12:44 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4097