[PR #3271] [MERGED] docs: fix model identifier format for Google agent #3328

Closed
opened 2026-06-05 18:22:45 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3271
Author: @Ehesp
Created: 3/23/2026
Status: Merged
Merged: 3/26/2026
Merged by: @mdrxy

Base: mainHead: patch-1


📝 Commits (1)

  • 9bc9414 docs: fix model identifier format for Google agent

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/deepagents/quickstart.mdx (+1 -1)

📄 Description

Overview

Fixes a wrong model provider name (I assume just for TS):

I get:

Unable to infer model provider for { model: google_genai:gemini-3.1-pro-preview }, please specify modelProvider directly.","name":"Error"}

Dug into it, and the key is wrong: https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain/src/chat_models/universal.ts#L78


🔄 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/3271 **Author:** [@Ehesp](https://github.com/Ehesp) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/26/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`9bc9414`](https://github.com/langchain-ai/docs/commit/9bc94149d1eaf89293756e1984176ebf5d4c09c8) docs: fix model identifier format for Google agent ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/quickstart.mdx` (+1 -1) </details> ### 📄 Description ## Overview Fixes a wrong model provider name (I assume just for TS): I get: ``` Unable to infer model provider for { model: google_genai:gemini-3.1-pro-preview }, please specify modelProvider directly.","name":"Error"} ``` Dug into it, and the key is wrong: https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain/src/chat_models/universal.ts#L78 --- <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 18:22:45 -04:00
yindo closed this issue 2026-06-05 18:22:45 -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#3328