@langchain/langgraph-sdk 0.0.69 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -271,7 +271,7 @@ export declare class ThreadsClient<TStateType = DefaultValues, TUpdateType = TSt
|
|
|
271
271
|
/**
|
|
272
272
|
* Sort by.
|
|
273
273
|
*/
|
|
274
|
-
sortBy?: "
|
|
274
|
+
sortBy?: "thread_id" | "status" | "created_at" | "updated_at";
|
|
275
275
|
/**
|
|
276
276
|
* Sort order.
|
|
277
277
|
* Must be one of 'asc' or 'desc'.
|