Make types more explicit

This commit is contained in:
Tat Dat Duong
2024-10-07 17:47:36 +02:00
parent 9ff5715961
commit 05f645b87c
+1 -1
View File
@@ -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>[]> {