[PR #4035] [MERGED] docs: clarify recursion limit wording in LangGraph graph API #4039

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4035
Author: @raghav-404
Created: 5/17/2026
Status: Merged
Merged: 5/27/2026
Merged by: @lnhsingh

Base: mainHead: fix/langgraph-recursion-limit-docs


📝 Commits (1)

  • 94b2fe6 docs: clarify LangGraph recursion limit wording

📊 Changes

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

View changed files

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

📄 Description

Overview

Clarifies the recursion limit explanation in the LangGraph Graph API docs by removing a confusing formula and replacing it with a simpler description of the user-visible behavior.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: fixes #1563

  • Feature PR:

  • Linear issue:

  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

This is a docs-only wording clarification in src/oss/langgraph/graph-api.mdx for the "Accessing and handling the recursion counter" section. I also validated the change locally with a successful docs build using uv run pipeline build.


🔄 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/4035 **Author:** [@raghav-404](https://github.com/raghav-404) **Created:** 5/17/2026 **Status:** ✅ Merged **Merged:** 5/27/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `fix/langgraph-recursion-limit-docs` --- ### 📝 Commits (1) - [`94b2fe6`](https://github.com/langchain-ai/docs/commit/94b2fe679f8a11773a18a8b892f8393110c50308) docs: clarify LangGraph recursion limit wording ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/graph-api.mdx` (+2 -2) </details> ### 📄 Description ## Overview Clarifies the recursion limit explanation in the LangGraph Graph API docs by removing a confusing formula and replacing it with a simpler description of the user-visible behavior. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: fixes #1563 - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes This is a docs-only wording clarification in `src/oss/langgraph/graph-api.mdx` for the "Accessing and handling the recursion counter" section. I also validated the change locally with a successful docs build using `uv run pipeline build`. --- <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:53:59 -04:00
yindo closed this issue 2026-06-05 18:53:59 -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#4039