[PR #1193] [MERGED] fix(docs): update typo in define-state #1292

Closed
opened 2026-02-15 20:15:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1193
Author: @dqbd
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @dqbd

Base: mainHead: dqbd/docs-update


📝 Commits (3)

  • 685fd15 fix(docs): update typo in define-state
  • ca21d29 fix(docs): remove await for streamEvents
  • 061ae95 fix(docs): ensure that we're not calling .addNode / .addEdge without existing reference to StateGraph builder

📊 Changes

3 files changed (+30 additions, -19 deletions)

View changed files

📝 docs/docs/concepts/low_level.md (+23 -13)
📝 examples/how-tos/define-state.ipynb (+1 -1)
📝 examples/how-tos/stream-tokens.ipynb (+6 -5)

📄 Description

Closes #1113
Closes #1086
Closes #1143


🔄 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/langgraphjs/pull/1193 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/docs-update` --- ### 📝 Commits (3) - [`685fd15`](https://github.com/langchain-ai/langgraphjs/commit/685fd15802ef58eb3139b1b91727dd256e8a5850) fix(docs): update typo in define-state - [`ca21d29`](https://github.com/langchain-ai/langgraphjs/commit/ca21d29970cd192ec5fbb7458209457d5ab2f600) fix(docs): remove await for `streamEvents` - [`061ae95`](https://github.com/langchain-ai/langgraphjs/commit/061ae951edbfd1a290dc7837f49c3287ffbafb0a) fix(docs): ensure that we're not calling .addNode / .addEdge without existing reference to StateGraph builder ### 📊 Changes **3 files changed** (+30 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/low_level.md` (+23 -13) 📝 `examples/how-tos/define-state.ipynb` (+1 -1) 📝 `examples/how-tos/stream-tokens.ipynb` (+6 -5) </details> ### 📄 Description Closes #1113 Closes #1086 Closes #1143 --- <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-15 20:15:08 -05:00
yindo closed this issue 2026-02-15 20:15:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1292