[PR #2603] [MERGED] Update interrupt handling example to TypeScript #2589

Closed
opened 2026-02-17 17:23:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2603
Author: @whyvineet
Created: 2/11/2026
Status: Merged
Merged: 5/28/2026
Merged by: @npentrel

Base: mainHead: fix/issue-2421


📝 Commits (2)

  • e91c60d refactor: update interrupt handling example to TypeScript and improve clarity
  • 0ab2572 update code snippet

📊 Changes

3 files changed (+146 additions, -1 deletions)

View changed files

src/code-samples/langchain/langgraph-interrupts-hitl-stream.ts (+110 -0)
📝 src/oss/langgraph/interrupts.mdx (+7 -1)
src/snippets/code-samples/langgraph-interrupts-hitl-stream-js.mdx (+29 -0)

📄 Description

Type: Update existing documentation

closes #2421


🔄 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/2603 **Author:** [@whyvineet](https://github.com/whyvineet) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 5/28/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `fix/issue-2421` --- ### 📝 Commits (2) - [`e91c60d`](https://github.com/langchain-ai/docs/commit/e91c60db93389735d0af86515f9f466f7e72e41b) refactor: update interrupt handling example to TypeScript and improve clarity - [`0ab2572`](https://github.com/langchain-ai/docs/commit/0ab257295a18218b006d2c96699d1dffbb7abfd5) update code snippet ### 📊 Changes **3 files changed** (+146 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `src/code-samples/langchain/langgraph-interrupts-hitl-stream.ts` (+110 -0) 📝 `src/oss/langgraph/interrupts.mdx` (+7 -1) ➕ `src/snippets/code-samples/langgraph-interrupts-hitl-stream-js.mdx` (+29 -0) </details> ### 📄 Description **Type:** Update existing documentation closes #2421 --- <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:23:34 -05:00
yindo changed title from [PR #2603] Update interrupt handling example to TypeScript to [PR #2603] [MERGED] Update interrupt handling example to TypeScript 2026-06-05 18:19:31 -04:00
yindo closed this issue 2026-06-05 18:19:31 -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#2589