@langchain/langgraph-sdk 0.0.95 → 0.0.96
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/CHANGELOG.md +6 -0
- package/dist/client.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/client.d.ts
CHANGED
|
@@ -409,7 +409,7 @@ export declare class RunsClient<TStateType = DefaultValues, TUpdateType = TState
|
|
|
409
409
|
*/
|
|
410
410
|
join(threadId: string, runId: string, options?: {
|
|
411
411
|
signal?: AbortSignal;
|
|
412
|
-
}): Promise<
|
|
412
|
+
}): Promise<TStateType>;
|
|
413
413
|
/**
|
|
414
414
|
* Stream output from a run in real-time, until the run is done.
|
|
415
415
|
*
|