[PR #303] [MERGED] fix(oss): update JS examples in models page #619

Closed
opened 2026-02-17 17:20:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/303
Author: @christian-bromann
Created: 9/1/2025
Status: Merged
Merged: 9/1/2025
Merged by: @christian-bromann

Base: harrison/v1-weekendHead: cb/model-updates


📝 Commits (1)

  • 4a097f1 fix(oss): update JS examples in models page

📊 Changes

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

View changed files

📝 src/oss/langchain-models.mdx (+12 -9)

📄 Description

Minor updates:

  • core langchain primitives are imported from root - we want to avoid having developers require to know an import path
  • tool_calls can be typed as undefined so we need to have an empty array fallback

🔄 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/303 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `harrison/v1-weekend` ← **Head:** `cb/model-updates` --- ### 📝 Commits (1) - [`4a097f1`](https://github.com/langchain-ai/docs/commit/4a097f15d94e49484313699e42465a33fd6ed30d) fix(oss): update JS examples in models page ### 📊 Changes **1 file changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain-models.mdx` (+12 -9) </details> ### 📄 Description Minor updates: - core langchain primitives are imported from root - we want to avoid having developers require to know an import path - `tool_calls` can be typed as `undefined` so we need to have an empty array fallback --- <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-02-17 17:20:46 -05:00
yindo closed this issue 2026-02-17 17:20:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#619