[PR #2748] [MERGED] fix: deepseek integration code snippet #2848

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2748
Author: @ericdong-langchain
Created: 2/20/2026
Status: Merged
Merged: 2/23/2026
Merged by: @ericdong-langchain

Base: mainHead: ericdong/lsdk-91-fix-deepseek-typescript-integration


📝 Commits (2)

  • 01f948b fix: deepseek integration code snippet
  • 4ba3e55 Merge branch 'main' into ericdong/lsdk-91-fix-deepseek-typescript-integration

📊 Changes

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

View changed files

📝 src/langsmith/trace-deepseek.mdx (+10 -9)

📄 Description

Overview

Fixed the TypeScript code snippet for deepseek integration so it actually sends traces to Langsmith.
Also small nit fix to align Javascript to TypeScript.

Type of change

Fix bug

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2748 **Author:** [@ericdong-langchain](https://github.com/ericdong-langchain) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@ericdong-langchain](https://github.com/ericdong-langchain) **Base:** `main` ← **Head:** `ericdong/lsdk-91-fix-deepseek-typescript-integration` --- ### 📝 Commits (2) - [`01f948b`](https://github.com/langchain-ai/docs/commit/01f948b48be6a486ac192b0524697154c07fc5ef) fix: deepseek integration code snippet - [`4ba3e55`](https://github.com/langchain-ai/docs/commit/4ba3e55ba8c44d17aadf38e767b15e66436575a1) Merge branch 'main' into ericdong/lsdk-91-fix-deepseek-typescript-integration ### 📊 Changes **1 file changed** (+10 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/trace-deepseek.mdx` (+10 -9) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Fixed the TypeScript code snippet for deepseek integration so it actually sends traces to Langsmith. Also small nit fix to align Javascript to TypeScript. ## Type of change Fix bug ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: <!-- For LangChain employees, if applicable: --> - Linear issue: (https://linear.app/langchain/issue/LSDK-90/fix-mistral-typescript-integration) ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:20:10 -04:00
yindo closed this issue 2026-06-05 18:20:10 -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#2848