[PR #291] [MERGED] fix(oss): models + messages auto links #602

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/291
Author: @hntrl
Created: 8/29/2025
Status: Merged
Merged: 9/1/2025
Merged by: @hwchase17

Base: harrison/v1-weekendHead: hunter/fix/auto-links


📝 Commits (2)

  • aa55d88 fix(oss): use proper ref links
  • 27ded7b Merge branch 'harrison/v1-weekend' into hunter/fix/auto-links

📊 Changes

4 files changed (+236 additions, -152 deletions)

View changed files

📝 pipeline/preprocessors/handle_auto_links.py (+3 -5)
📝 pipeline/preprocessors/link_map.py (+162 -115)
📝 src/oss/langchain-models.mdx (+70 -31)
📝 src/oss/langchain-streaming.mdx (+1 -1)

📄 Description

@[link] works, not @[link][text]

also adding some improvements to how we organize link maps


🔄 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/291 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `harrison/v1-weekend` ← **Head:** `hunter/fix/auto-links` --- ### 📝 Commits (2) - [`aa55d88`](https://github.com/langchain-ai/docs/commit/aa55d8848c1e6054fce058f89a97cf2cba319bd3) fix(oss): use proper ref links - [`27ded7b`](https://github.com/langchain-ai/docs/commit/27ded7bd8722736e5c0bf302c1b6c797a448f0ab) Merge branch 'harrison/v1-weekend' into hunter/fix/auto-links ### 📊 Changes **4 files changed** (+236 additions, -152 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/handle_auto_links.py` (+3 -5) 📝 `pipeline/preprocessors/link_map.py` (+162 -115) 📝 `src/oss/langchain-models.mdx` (+70 -31) 📝 `src/oss/langchain-streaming.mdx` (+1 -1) </details> ### 📄 Description `@[link]` works, not `@[link][text]` also adding some improvements to how we organize link maps --- <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:43 -05:00
yindo closed this issue 2026-02-17 17:20:43 -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#602