[PR #3059] [MERGED] docs: enhance graph-api.mdx with Send usage example #3138

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3059
Author: @bansalkanav
Created: 3/11/2026
Status: Merged
Merged: 4/20/2026
Merged by: @npentrel

Base: mainHead: patch-5


📝 Commits (4)

  • f624808 Enhance graph-api.mdx with Send usage example
  • a6e31df Merge branch 'main' into patch-5
  • 3bce239 Merge branch 'main' into patch-5
  • c191efd Merge branch 'main' into patch-5

📊 Changes

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

View changed files

📝 src/oss/langgraph/graph-api.mdx (+2 -0)

📄 Description

Overview

Improves the Send usage example in graph-api.mdx by adding the missing import statement. Without this import, users copying the snippet may encounter errors or confusion when trying to run the example.

Changes

Added the required import for Send from langgraph.types

Updated the example snippet to be for readers


🔄 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/3059 **Author:** [@bansalkanav](https://github.com/bansalkanav) **Created:** 3/11/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `patch-5` --- ### 📝 Commits (4) - [`f624808`](https://github.com/langchain-ai/docs/commit/f6248080f83dbd7336546da1240d55896f7a76d2) Enhance graph-api.mdx with Send usage example - [`a6e31df`](https://github.com/langchain-ai/docs/commit/a6e31df11f3dfc54a589873d2b585634d4516972) Merge branch 'main' into patch-5 - [`3bce239`](https://github.com/langchain-ai/docs/commit/3bce2393c53ec56fe9e6a29480da1d5c5667b85c) Merge branch 'main' into patch-5 - [`c191efd`](https://github.com/langchain-ai/docs/commit/c191efd126f385138e1c2c14bbb7aebb4cc3df79) Merge branch 'main' into patch-5 ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/graph-api.mdx` (+2 -0) </details> ### 📄 Description ## **Overview** Improves the Send usage example in graph-api.mdx by adding the missing import statement. Without this import, users copying the snippet may encounter errors or confusion when trying to run the example. ## **Changes** Added the required import for Send from langgraph.types Updated the example snippet to be for readers --- <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:21:13 -04:00
yindo closed this issue 2026-06-05 18:21:13 -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#3138