mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-27 12:04:58 +02:00
Make types more explicit
This commit is contained in:
@@ -611,7 +611,7 @@ export class ThreadsClient extends BaseClient {
|
||||
options?: {
|
||||
limit?: number;
|
||||
before?: Config;
|
||||
checkpoint?: Checkpoint;
|
||||
checkpoint?: Partial<Omit<Checkpoint, "thread_id">>;
|
||||
metadata?: Metadata;
|
||||
},
|
||||
): Promise<ThreadState<ValuesType>[]> {
|
||||
|
||||
Reference in New Issue
Block a user