[PR #423] [MERGED] Add tests for calling update on an empty thread #1459

Closed
opened 2026-02-20 17:44:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/423
Author: @nfcampos
Created: 5/8/2024
Status: Merged
Merged: 5/8/2024
Merged by: @nfcampos

Base: mainHead: nc/8may/test-update-empty-thread


📝 Commits (1)

  • a6c6b82 Add tests for calling update on an empty thread

📊 Changes

3 files changed (+78 additions, -4 deletions)

View changed files

📝 langgraph/pregel/__init__.py (+2 -4)
📝 tests/test_pregel.py (+36 -0)
📝 tests/test_pregel_async.py (+40 -0)

📄 Description

  • this would eg be what you'd do in an api like openai assistants api

🔄 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/langgraph/pull/423 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/8may/test-update-empty-thread` --- ### 📝 Commits (1) - [`a6c6b82`](https://github.com/langchain-ai/langgraph/commit/a6c6b8211fa71a51e5b5e64227f5854fa345922f) Add tests for calling update on an empty thread ### 📊 Changes **3 files changed** (+78 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/pregel/__init__.py` (+2 -4) 📝 `tests/test_pregel.py` (+36 -0) 📝 `tests/test_pregel_async.py` (+40 -0) </details> ### 📄 Description - this would eg be what you'd do in an api like openai assistants api --- <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-20 17:44:47 -05:00
yindo closed this issue 2026-02-20 17:44:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1459