[PR #3302] [MERGED] feat: add ContextOverflowError to link map for API reference [closes DOC-910] #3358

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3302
Author: @npentrel
Created: 3/25/2026
Status: Merged
Merged: 3/25/2026
Merged by: @npentrel

Base: mainHead: open-swe/573c3472-24b9-41ea-69bb-e4f5c625b693


📝 Commits (1)

  • 4eccd27 Add ContextOverflowError and OutputParserException to link map, update existing doc references to use auto-link syntax

📊 Changes

3 files changed (+5 additions, -2 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -0)
📝 src/oss/deepagents/context-engineering.mdx (+1 -1)
📝 src/oss/python/releases/changelog.mdx (+1 -1)

📄 Description

Description

Adds ContextOverflowError and OutputParserException to the link map so docs can reference them with @[ContextOverflowError] and @[OutputParserException] syntax, linking to the API reference at reference.langchain.com. Also updates existing mentions of ContextOverflowError in the Deep Agents and changelog docs to use the auto-link syntax.

Resolves DOC-910

Test Plan

  • Verify @[ContextOverflowError] resolves to https://reference.langchain.com/python/langchain-core/exceptions/ContextOverflowError in built docs
  • Verify links render correctly on the Deep Agents context-engineering page and changelog page

🔄 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/3302 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/25/2026 **Status:** ✅ Merged **Merged:** 3/25/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/573c3472-24b9-41ea-69bb-e4f5c625b693` --- ### 📝 Commits (1) - [`4eccd27`](https://github.com/langchain-ai/docs/commit/4eccd2714ba12e022a8d6e00c5666cce1d1496f5) Add ContextOverflowError and OutputParserException to link map, update existing doc references to use auto-link syntax ### 📊 Changes **3 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -0) 📝 `src/oss/deepagents/context-engineering.mdx` (+1 -1) 📝 `src/oss/python/releases/changelog.mdx` (+1 -1) </details> ### 📄 Description ## Description Adds `ContextOverflowError` and `OutputParserException` to the link map so docs can reference them with `@[ContextOverflowError]` and `@[OutputParserException]` syntax, linking to the API reference at `reference.langchain.com`. Also updates existing mentions of `ContextOverflowError` in the Deep Agents and changelog docs to use the auto-link syntax. Resolves DOC-910 ## Test Plan - [ ] Verify `@[ContextOverflowError]` resolves to `https://reference.langchain.com/python/langchain-core/exceptions/ContextOverflowError` in built docs - [ ] Verify links render correctly on the Deep Agents context-engineering page and changelog page --- <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:22:51 -04:00
yindo closed this issue 2026-06-05 18:22:51 -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#3358