[PR #1783] [MERGED] Add values parameter to thread search #1723

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

📋 Pull Request Information

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

Base: mainHead: an/19nov/thread-search-values


📝 Commits (2)

  • 8a63748 Add values parameter to thread search.
  • c323db8 Create unlucky-experts-suffer.md

📊 Changes

3 files changed (+17 additions, -0 deletions)

View changed files

.changeset/unlucky-experts-suffer.md (+5 -0)
📝 libs/sdk/src/client.ts (+10 -0)
📝 libs/sdk/src/schema.ts (+2 -0)

📄 Description

Summary

Thread search supports a values parameter, which is an arbitrary map to filter the values field.

API reference: https://langchain-ai.github.io/langgraph/cloud/reference/api/api_ref.html?_gl=1p8hdx4_gcl_auNTI4MjM5MjguMTc2MjQ2NDgzMQ.._gaMTY2MTYxNDUxMi4xNzYzMDYyMDYw_ga_47WX3HKKY2*czE3NjM1ODkxOTEkbzE3JGcxJHQxNzYzNTkwNTM1JGo1NSRsMCRoMA..#tag/threads/post/threads/search

Reference implementation in Python SDK: https://github.com/langchain-ai/langgraph/blob/main/libs/sdk-py/langgraph_sdk/client.py#L1415


🔄 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/1783 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `an/19nov/thread-search-values` --- ### 📝 Commits (2) - [`8a63748`](https://github.com/langchain-ai/langgraphjs/commit/8a637481b69dd904ea75b0b82ade9adccfaefef6) Add values parameter to thread search. - [`c323db8`](https://github.com/langchain-ai/langgraphjs/commit/c323db8e365dc974c6e2bc84720f334ebd9552be) Create unlucky-experts-suffer.md ### 📊 Changes **3 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/unlucky-experts-suffer.md` (+5 -0) 📝 `libs/sdk/src/client.ts` (+10 -0) 📝 `libs/sdk/src/schema.ts` (+2 -0) </details> ### 📄 Description ### Summary Thread search supports a `values` parameter, which is an arbitrary map to filter the `values` field. API reference: https://langchain-ai.github.io/langgraph/cloud/reference/api/api_ref.html?_gl=1*p8hdx4*_gcl_au*NTI4MjM5MjguMTc2MjQ2NDgzMQ..*_ga*MTY2MTYxNDUxMi4xNzYzMDYyMDYw*_ga_47WX3HKKY2*czE3NjM1ODkxOTEkbzE3JGcxJHQxNzYzNTkwNTM1JGo1NSRsMCRoMA..#tag/threads/post/threads/search Reference implementation in Python SDK: https://github.com/langchain-ai/langgraph/blob/main/libs/sdk-py/langgraph_sdk/client.py#L1415 --- <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:38 -05:00
yindo closed this issue 2026-02-15 20:16:38 -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#1723