[PR #3492] [MERGED] fix: remove langgraph-specific content from langchain tools page #3539

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3492
Author: @open-swe[bot]
Created: 4/8/2026
Status: Merged
Merged: 5/11/2026
Merged by: @npentrel

Base: mainHead: open-swe/c7ee20db-b7e3-1608-2f17-4ce6b9c8abb2


📝 Commits (1)

📊 Changes

11 files changed (+722 additions, -187 deletions)

View changed files

📝 pyproject.toml (+2 -1)
src/code-samples/langchain/agentic-rag-assemble-graph.py (+104 -0)
src/code-samples/langchain/tool-error-handling.py (+59 -0)
src/code-samples/langchain/tool-error-handling.ts (+48 -0)
📝 src/oss/langchain/tools.mdx (+8 -146)
📝 src/oss/langgraph/agentic-rag.mdx (+4 -39)
📝 src/oss/langgraph/workflows-agents.mdx (+61 -0)
📝 src/oss/python/integrations/tools/anchor_browser.mdx (+1 -1)
src/snippets/code-samples/agentic-rag-assemble-graph-py.mdx (+48 -0)
src/snippets/code-samples/tool-error-handling-js.mdx (+169 -0)
src/snippets/code-samples/tool-error-handling-py.mdx (+218 -0)

📄 Description

No description provided


🔄 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/3492 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/8/2026 **Status:** ✅ Merged **Merged:** 5/11/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/c7ee20db-b7e3-1608-2f17-4ce6b9c8abb2` --- ### 📝 Commits (1) - [`174afce`](https://github.com/langchain-ai/docs/commit/174afce1294f3ef3b4130182012218bceefc5892) fix toolnode docs ### 📊 Changes **11 files changed** (+722 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+2 -1) ➕ `src/code-samples/langchain/agentic-rag-assemble-graph.py` (+104 -0) ➕ `src/code-samples/langchain/tool-error-handling.py` (+59 -0) ➕ `src/code-samples/langchain/tool-error-handling.ts` (+48 -0) 📝 `src/oss/langchain/tools.mdx` (+8 -146) 📝 `src/oss/langgraph/agentic-rag.mdx` (+4 -39) 📝 `src/oss/langgraph/workflows-agents.mdx` (+61 -0) 📝 `src/oss/python/integrations/tools/anchor_browser.mdx` (+1 -1) ➕ `src/snippets/code-samples/agentic-rag-assemble-graph-py.mdx` (+48 -0) ➕ `src/snippets/code-samples/tool-error-handling-js.mdx` (+169 -0) ➕ `src/snippets/code-samples/tool-error-handling-py.mdx` (+218 -0) </details> ### 📄 Description _No description provided_ --- <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:23:25 -04:00
yindo closed this issue 2026-06-05 18:23:26 -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#3539