[PR #1883] [MERGED] fix(docs): update node references in subgraph example #1938

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1883
Author: @aayush7908
Created: 12/12/2025
Status: Merged
Merged: 12/19/2025
Merged by: @lnhsingh

Base: mainHead: patch-1


📝 Commits (1)

  • f916518 fix(docs): update node references in subgraph example

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/langgraph/use-subgraphs.mdx (+2 -2)

📄 Description

Overview

  • This PR fixes the incorrect output shown in the example Full example: different state schemas, inside Subgraphs topic.
  • As shown in the below screenshot from the documentation page, the output contains nodes grandchild_1 and grandchild_2, which are not present inside the subgraph. Instead, the output should show the subgraph nodes as subgraph_node_1 and subgraph_node_2.
    image

Type of change

Fix typo/bug

Related issues/PRs

N/A

Additional notes

  • The below given screenshot shows the output obtained after executing the example in Jupyter Notebook:
    image

🔄 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/1883 **Author:** [@aayush7908](https://github.com/aayush7908) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f916518`](https://github.com/langchain-ai/docs/commit/f916518b3ec54ea6b94496f0b0ab88a3f0d1fff9) fix(docs): update node references in subgraph example ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/use-subgraphs.mdx` (+2 -2) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> - This PR fixes the incorrect output shown in the example [Full example: different state schemas](https://docs.langchain.com/oss/python/langgraph/use-subgraphs#full-example-different-state-schemas), inside Subgraphs topic. - As shown in the below screenshot from the documentation page, the output contains nodes `grandchild_1` and `grandchild_2`, which are not present inside the subgraph. Instead, the output should show the subgraph nodes as `subgraph_node_1` and `subgraph_node_2`. <img width="396" height="817" alt="image" src="https://github.com/user-attachments/assets/2be847e4-02c6-4c91-9bf9-0c5b5c19f9c3" /> ## Type of change **Fix typo/bug** ## Related issues/PRs N/A ## Additional notes <!-- Any other information that would be helpful for reviewers --> - The below given screenshot shows the output obtained after executing the example in Jupyter Notebook: <img width="761" height="884" alt="image" src="https://github.com/user-attachments/assets/82d50b11-d5f7-4d64-a72e-1d2be2ebfba6" /> --- <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:53 -05:00
yindo closed this issue 2026-02-17 17:22:53 -05:00
yindo changed title from [PR #1883] fix(docs): update node references in subgraph example to [PR #1883] [MERGED] fix(docs): update node references in subgraph example 2026-06-05 18:15:45 -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#1938