Get state for a thread.
getState<
ValuesType = TStateType
>(
threadId: string,
checkpoint: string | Checkpoint,
options: __type
): Promise<ThreadState<ValuesType>>| Name | Type | Description |
|---|---|---|
threadId* | string | ID of the thread. |
checkpoint | string | Checkpoint | |
options | __type |