[PR #1011] [MERGED] fix(oss): add message state key #1224

Closed
opened 2026-02-17 17:21:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1011
Author: @Jaid844
Created: 10/20/2025
Status: Merged
Merged: 10/22/2025
Merged by: @lnhsingh

Base: mainHead: patch-1


📝 Commits (4)

  • 492c785 Python example missing message state key
  • a4fef53 Update thinking-in-langgraph.mdx
  • ed3a895 Merge branch 'main' into patch-1
  • ed1a175 Merge branch 'main' into patch-1

📊 Changes

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

View changed files

📝 src/oss/langgraph/thinking-in-langgraph.mdx (+1 -0)

📄 Description

Fix: Add missing 'messages' state key to Python example in Thinking in LangGraph

The Python example in the "Thinking in LangGraph" section is missing the 'messages' state key, while the "Trying out the agent" example includes it. This inconsistency may cause confusion for users following the tutor

Overview

This is added in the example of Thinking in Langgraph.

Type of change

Type: [Replace with: Update existing documentation / Fix bug ]

Checklist

  • I have read the contributing guidelines
  • 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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Tried running the mint package, gave me an subprocess related error in windows so didn't test my change .


🔄 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/1011 **Author:** [@Jaid844](https://github.com/Jaid844) **Created:** 10/20/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (4) - [`492c785`](https://github.com/langchain-ai/docs/commit/492c785fef56a5ac06f8d76b7317be3f089adee7) Python example missing message state key - [`a4fef53`](https://github.com/langchain-ai/docs/commit/a4fef538e6c55b7d9e1871e59e7ebe85fc15b4a3) Update thinking-in-langgraph.mdx - [`ed3a895`](https://github.com/langchain-ai/docs/commit/ed3a895f357acd9182a8aebfa6a29288f694631d) Merge branch 'main' into patch-1 - [`ed1a175`](https://github.com/langchain-ai/docs/commit/ed1a175b9fa1ff9f0724e04a65cdd10dde262e1a) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/thinking-in-langgraph.mdx` (+1 -0) </details> ### 📄 Description Fix: Add missing 'messages' state key to Python example in Thinking in LangGraph The Python example in the "Thinking in LangGraph" section is missing the 'messages' state key, while the "Trying out the agent" example includes it. This inconsistency may cause confusion for users following the tutor ## Overview This is added in the example of Thinking in Langgraph. ## Type of change **Type:** [Replace with: Update existing documentation / Fix bug ] ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) Tried running the mint package, gave me an subprocess related error in windows so didn't test my change . --- <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:21:58 -05:00
yindo closed this issue 2026-02-17 17:21:58 -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#1224