[PR #213] [MERGED] Update tabs to code groups in LangSmith #529

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/213
Author: @katmayb
Created: 8/22/2025
Status: Merged
Merged: 8/22/2025
Merged by: @katmayb

Base: mainHead: code-groups


📝 Commits (2)

  • 2e281c9 Update tabs to code groups in LangSmith
  • d52dd36 Add trace openai snippet missed file

📊 Changes

60 files changed (+6684 additions, -6361 deletions)

View changed files

📝 src/docs.json (+396 -0)
📝 src/langsmith/access-current-span.mdx (+16 -17)
📝 src/langsmith/add-metadata-tags.mdx (+34 -35)
📝 src/langsmith/annotate-code.mdx (+216 -219)
📝 src/langsmith/attach-user-feedback.mdx (+30 -31)
📝 src/langsmith/audit-evaluator-scores.mdx (+4 -9)
📝 src/langsmith/code-evaluator.mdx (+176 -182)
📝 src/langsmith/define-target-function.mdx (+14 -35)
📝 src/langsmith/distributed-tracing.mdx (+29 -30)
📝 src/langsmith/evaluate-llm-application.mdx (+171 -197)
📝 src/langsmith/evaluate-on-intermediate-steps.mdx (+376 -381)
📝 src/langsmith/evaluate-pairwise.mdx (+6 -12)
📝 src/langsmith/evaluate-rag-tutorial.mdx (+1149 -636)
📝 src/langsmith/evaluate-with-attachments.mdx (+13 -32)
📝 src/langsmith/evaluation-quickstart.mdx (+37 -66)
📝 src/langsmith/export-traces.mdx (+185 -210)
📝 src/langsmith/fetch-perf-metrics-experiment.mdx (+4 -9)
📝 src/langsmith/index-datasets-for-dynamic-few-shot-example-selection.mdx (+35 -37)
📝 src/langsmith/langchain-runnable.mdx (+12 -29)
📝 src/langsmith/legacy-trace-with-vercel-ai-sdk.mdx (+25 -27)

...and 40 more files

📄 Description

This PR updates all of the Tabs to CodeGroups in the LangSmith directory to enable code tab syncing for users.

Preview: https://langchain-5e9cc07a-preview-codegr-1755876371-43c5fc7.mintlify.app/langsmith/home


🔄 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/213 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 8/22/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `code-groups` --- ### 📝 Commits (2) - [`2e281c9`](https://github.com/langchain-ai/docs/commit/2e281c97f6e61fe620cb06708e5af737bf57283d) Update tabs to code groups in LangSmith - [`d52dd36`](https://github.com/langchain-ai/docs/commit/d52dd36001205c5661e5c9c2dcd25c4939789052) Add trace openai snippet missed file ### 📊 Changes **60 files changed** (+6684 additions, -6361 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+396 -0) 📝 `src/langsmith/access-current-span.mdx` (+16 -17) 📝 `src/langsmith/add-metadata-tags.mdx` (+34 -35) 📝 `src/langsmith/annotate-code.mdx` (+216 -219) 📝 `src/langsmith/attach-user-feedback.mdx` (+30 -31) 📝 `src/langsmith/audit-evaluator-scores.mdx` (+4 -9) 📝 `src/langsmith/code-evaluator.mdx` (+176 -182) 📝 `src/langsmith/define-target-function.mdx` (+14 -35) 📝 `src/langsmith/distributed-tracing.mdx` (+29 -30) 📝 `src/langsmith/evaluate-llm-application.mdx` (+171 -197) 📝 `src/langsmith/evaluate-on-intermediate-steps.mdx` (+376 -381) 📝 `src/langsmith/evaluate-pairwise.mdx` (+6 -12) 📝 `src/langsmith/evaluate-rag-tutorial.mdx` (+1149 -636) 📝 `src/langsmith/evaluate-with-attachments.mdx` (+13 -32) 📝 `src/langsmith/evaluation-quickstart.mdx` (+37 -66) 📝 `src/langsmith/export-traces.mdx` (+185 -210) 📝 `src/langsmith/fetch-perf-metrics-experiment.mdx` (+4 -9) 📝 `src/langsmith/index-datasets-for-dynamic-few-shot-example-selection.mdx` (+35 -37) 📝 `src/langsmith/langchain-runnable.mdx` (+12 -29) 📝 `src/langsmith/legacy-trace-with-vercel-ai-sdk.mdx` (+25 -27) _...and 40 more files_ </details> ### 📄 Description This PR updates all of the Tabs to CodeGroups in the LangSmith directory to enable code tab syncing for users. Preview: https://langchain-5e9cc07a-preview-codegr-1755876371-43c5fc7.mintlify.app/langsmith/home --- <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:34 -05:00
yindo closed this issue 2026-02-17 17:20:34 -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#529