[PR #1208] [MERGED] chore: add docs on custom output rendering #1380

Closed
opened 2026-02-17 17:22:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1208
Author: @ayoung19
Created: 10/30/2025
Status: Merged
Merged: 10/31/2025
Merged by: @ayoung19

Base: mainHead: LS-5480


📝 Commits (10+)

  • 5cc4445 chore: add docs on custom output rendering
  • 3a3fdcc Update src/langsmith/custom-output-rendering.mdx
  • 96d8c54 Update src/langsmith/custom-output-rendering.mdx
  • fccdc15 Update src/langsmith/custom-output-rendering.mdx
  • 9f33ced Update src/langsmith/custom-output-rendering.mdx
  • 9e37de1 Update src/langsmith/custom-output-rendering.mdx
  • 5b53e5a Update src/langsmith/custom-output-rendering.mdx
  • b01f165 Update src/langsmith/custom-output-rendering.mdx
  • 7907dbf Update src/langsmith/custom-output-rendering.mdx
  • abb31da Revert "Update src/langsmith/custom-output-rendering.mdx"

📊 Changes

7 files changed (+170 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/custom-output-rendering.mdx (+168 -0)
src/langsmith/images/custom-output-rendering-annotation-queue.png (+0 -0)
src/langsmith/images/custom-output-rendering-experiment-comparison.png (+0 -0)
src/langsmith/images/custom-output-rendering-menu.png (+0 -0)
src/langsmith/images/custom-output-rendering-modal.png (+0 -0)
src/langsmith/images/custom-output-rendering-run-details.png (+0 -0)

📄 Description

Overview

adds documentation on custom output rendering

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue: LS-5480
  • Slack thread:

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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment 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/1208 **Author:** [@ayoung19](https://github.com/ayoung19) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@ayoung19](https://github.com/ayoung19) **Base:** `main` ← **Head:** `LS-5480` --- ### 📝 Commits (10+) - [`5cc4445`](https://github.com/langchain-ai/docs/commit/5cc4445c6e8d06e86d985c422f3288aa481f8da5) chore: add docs on custom output rendering - [`3a3fdcc`](https://github.com/langchain-ai/docs/commit/3a3fdcc37b8b61a9d535240c6195504862fdd24c) Update src/langsmith/custom-output-rendering.mdx - [`96d8c54`](https://github.com/langchain-ai/docs/commit/96d8c54b969a2a7a108823f408f08df78c93f4a8) Update src/langsmith/custom-output-rendering.mdx - [`fccdc15`](https://github.com/langchain-ai/docs/commit/fccdc156952f0a55357dcb2efa9fa9e3eb6e6556) Update src/langsmith/custom-output-rendering.mdx - [`9f33ced`](https://github.com/langchain-ai/docs/commit/9f33ceda925d167fc33f1d53aa86bff5bf0cd3db) Update src/langsmith/custom-output-rendering.mdx - [`9e37de1`](https://github.com/langchain-ai/docs/commit/9e37de1008eb81ad4c61d686f1b917b9e0010993) Update src/langsmith/custom-output-rendering.mdx - [`5b53e5a`](https://github.com/langchain-ai/docs/commit/5b53e5a3709a1d9645302397d9af79d2d9d6ac22) Update src/langsmith/custom-output-rendering.mdx - [`b01f165`](https://github.com/langchain-ai/docs/commit/b01f1653d644ef127f5e31954853bf52a7aabc75) Update src/langsmith/custom-output-rendering.mdx - [`7907dbf`](https://github.com/langchain-ai/docs/commit/7907dbf24c7a7492962a935c462ef52f1db30c3f) Update src/langsmith/custom-output-rendering.mdx - [`abb31da`](https://github.com/langchain-ai/docs/commit/abb31da1ff8ac93b322a3280522ba449b187859e) Revert "Update src/langsmith/custom-output-rendering.mdx" ### 📊 Changes **7 files changed** (+170 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/custom-output-rendering.mdx` (+168 -0) ➕ `src/langsmith/images/custom-output-rendering-annotation-queue.png` (+0 -0) ➕ `src/langsmith/images/custom-output-rendering-experiment-comparison.png` (+0 -0) ➕ `src/langsmith/images/custom-output-rendering-menu.png` (+0 -0) ➕ `src/langsmith/images/custom-output-rendering-modal.png` (+0 -0) ➕ `src/langsmith/images/custom-output-rendering-run-details.png` (+0 -0) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> adds documentation on custom output rendering ## Type of change **Type:** New documentation page ## 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: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: LS-5480 - Slack thread: ## 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 - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment 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-02-17 17:22:16 -05:00
yindo closed this issue 2026-02-17 17:22:16 -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#1380