[PR #2953] [MERGED] docs: add experiment metadata section to pytest guide #3037

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2953
Author: @baskaryan
Created: 3/5/2026
Status: Merged
Merged: 3/6/2026
Merged by: @baskaryan

Base: mainHead: bagatur/experiment-metadata


📝 Commits (1)

  • 927229f docs: add experiment metadata section to pytest guide

📊 Changes

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

View changed files

📝 src/langsmith/pytest.mdx (+38 -0)

📄 Description

Overview

Documents the new langsmith_experiment_metadata fixture and LANGSMITH_EXPERIMENT_METADATA env var for attaching custom metadata to experiments created by the pytest integration.

Type of change

Update existing documentation

Related issues/PRs

Feature introduced in https://github.com/langchain-ai/langsmith-sdk/pull/2524

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

Should make sure this has landed first https://github.com/langchain-ai/langsmith-sdk/pull/2531


🔄 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/2953 **Author:** [@baskaryan](https://github.com/baskaryan) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@baskaryan](https://github.com/baskaryan) **Base:** `main` ← **Head:** `bagatur/experiment-metadata` --- ### 📝 Commits (1) - [`927229f`](https://github.com/langchain-ai/docs/commit/927229f4f8bb5260c3d85edcfbddc6da6345f30f) docs: add experiment metadata section to pytest guide ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/pytest.mdx` (+38 -0) </details> ### 📄 Description ## Overview Documents the new `langsmith_experiment_metadata` fixture and `LANGSMITH_EXPERIMENT_METADATA` env var for attaching custom metadata to experiments created by the pytest integration. ## Type of change Update existing documentation ## Related issues/PRs Feature introduced in https://github.com/langchain-ai/langsmith-sdk/pull/2524 ## 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 Should make sure this has landed first https://github.com/langchain-ai/langsmith-sdk/pull/2531 --- <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:54 -04:00
yindo closed this issue 2026-06-05 18:20:54 -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#3037