[PR #1804] [MERGED] feat: AssistantSearchResponse #1741

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1804
Author: @hinthornw
Created: 12/2/2025
Status: Merged
Merged: 12/2/2025
Merged by: @hinthornw

Base: mainHead: wfh/assistant_response


📝 Commits (2)

  • 98d3d09 feat: AssistantSearchResponse
  • 5e6a3d9 Create lazy-ravens-pull.md

📊 Changes

5 files changed (+132 additions, -15 deletions)

View changed files

.changeset/lazy-ravens-pull.md (+5 -0)
📝 libs/sdk/src/client.ts (+53 -15)
📝 libs/sdk/src/index.ts (+1 -0)
📝 libs/sdk/src/schema.ts (+7 -0)
libs/sdk/src/tests/assistants.test.ts (+66 -0)

📄 Description

Matches https://github.com/langchain-ai/langgraph/pull/6526


🔄 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/1804 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 12/2/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/assistant_response` --- ### 📝 Commits (2) - [`98d3d09`](https://github.com/langchain-ai/langgraphjs/commit/98d3d09a0269f6bc112b14ba9f1e3fcdd61d57a8) feat: AssistantSearchResponse - [`5e6a3d9`](https://github.com/langchain-ai/langgraphjs/commit/5e6a3d9f600ebdf97aef199f08059be7b8c78dfa) Create lazy-ravens-pull.md ### 📊 Changes **5 files changed** (+132 additions, -15 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/lazy-ravens-pull.md` (+5 -0) 📝 `libs/sdk/src/client.ts` (+53 -15) 📝 `libs/sdk/src/index.ts` (+1 -0) 📝 `libs/sdk/src/schema.ts` (+7 -0) ➕ `libs/sdk/src/tests/assistants.test.ts` (+66 -0) </details> ### 📄 Description Matches https://github.com/langchain-ai/langgraph/pull/6526 --- <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:41 -05:00
yindo closed this issue 2026-02-15 20:16:41 -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#1741