[PR #1874] [MERGED] fix: Expose and pass down interrupt generic type #1799

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1874
Author: @bracesproul
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @bracesproul

Base: mainHead: brace/interrupt-generics-types


📝 Commits (2)

  • 5464f04 fix: Expose and pass down interrupt generic type
  • 41b35c5 Create stupid-colts-dream.md

📊 Changes

2 files changed (+13 additions, -5 deletions)

View changed files

.changeset/stupid-colts-dream.md (+5 -0)
📝 libs/sdk/src/schema.ts (+8 -5)

📄 Description

No prev way to specify the interrupt value type when typing Thread
also noticed this was missing in ThreadTask


🔄 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/1874 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/interrupt-generics-types` --- ### 📝 Commits (2) - [`5464f04`](https://github.com/langchain-ai/langgraphjs/commit/5464f045b4567c7d9ab887b9c60a31302ecdec6b) fix: Expose and pass down interrupt generic type - [`41b35c5`](https://github.com/langchain-ai/langgraphjs/commit/41b35c5ba8f89d349a0a085edf9acccf8862baec) Create stupid-colts-dream.md ### 📊 Changes **2 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/stupid-colts-dream.md` (+5 -0) 📝 `libs/sdk/src/schema.ts` (+8 -5) </details> ### 📄 Description No prev way to specify the interrupt value type when typing `Thread` also noticed this was missing in `ThreadTask` --- <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:16:52 -05:00
yindo closed this issue 2026-02-15 20:16:52 -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#1799