[PR #1366] [MERGED] Misc fixes #1500

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1366
Author: @lnhsingh
Created: 11/10/2025
Status: Merged
Merged: 11/10/2025
Merged by: @lnhsingh

Base: mainHead: misc-fixes


📝 Commits (3)

📊 Changes

9 files changed (+24 additions, -24 deletions)

View changed files

📝 src/langsmith/evaluate-complex-agent.mdx (+2 -2)
📝 src/langsmith/evaluate-on-intermediate-steps.mdx (+1 -1)
📝 src/langsmith/prompt-engineering-concepts.mdx (+1 -1)
📝 src/langsmith/trace-with-instructor.mdx (+1 -1)
📝 src/oss/deepagents/overview.mdx (+1 -4)
📝 src/oss/langchain/models.mdx (+5 -5)
📝 src/oss/langchain/tools.mdx (+0 -9)
📝 src/oss/langgraph/persistence.mdx (+1 -1)
📝 src/oss/python/integrations/chat/azure_chat_openai.mdx (+12 -0)

📄 Description

Overview

  • Fix link on Deep Agents overview DOC-427
  • Fix "structured outputs" terminology (no s) and anchor link DOC-412
  • Add Streaming usage metadata section to AzureChatOpenAI docs DOC-428
  • Fix mermaid dark mode on Tools docs DOC-430
  • Fix broken link on Persistence page DOC-387

Type of change

Type: Fixes

Related issues/PRs

  • Linear issue: Closes DOC-427, DOC-412, DOC-428, DOC-430, DOC387

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/1366 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `misc-fixes` --- ### 📝 Commits (3) - [`4746856`](https://github.com/langchain-ai/docs/commit/4746856c34e4eacea3d276748b660a2e3c1c40b4) misc fixes - [`6da594e`](https://github.com/langchain-ai/docs/commit/6da594ed08464d3536f013047998526ffe141916) fix mermaid dark mode - [`dd8ee55`](https://github.com/langchain-ai/docs/commit/dd8ee55633f17d48746f0577f212a29047b31d38) Merge branch 'main' into misc-fixes ### 📊 Changes **9 files changed** (+24 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/evaluate-complex-agent.mdx` (+2 -2) 📝 `src/langsmith/evaluate-on-intermediate-steps.mdx` (+1 -1) 📝 `src/langsmith/prompt-engineering-concepts.mdx` (+1 -1) 📝 `src/langsmith/trace-with-instructor.mdx` (+1 -1) 📝 `src/oss/deepagents/overview.mdx` (+1 -4) 📝 `src/oss/langchain/models.mdx` (+5 -5) 📝 `src/oss/langchain/tools.mdx` (+0 -9) 📝 `src/oss/langgraph/persistence.mdx` (+1 -1) 📝 `src/oss/python/integrations/chat/azure_chat_openai.mdx` (+12 -0) </details> ### 📄 Description ## Overview - Fix link on Deep Agents overview DOC-427 - Fix "structured outputs" terminology (no s) and anchor link DOC-412 - Add Streaming usage metadata section to AzureChatOpenAI docs DOC-428 - Fix mermaid dark mode on Tools docs DOC-430 - Fix broken link on Persistence page DOC-387 ## Type of change **Type:** Fixes ## Related issues/PRs - Linear issue: Closes DOC-427, DOC-412, DOC-428, DOC-430, DOC387 ## 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:25 -05:00
yindo closed this issue 2026-02-17 17:22:25 -05:00
yindo changed title from [PR #1366] Misc fixes to [PR #1366] [MERGED] Misc fixes 2026-06-05 18:13:00 -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#1500