Fix formatting

This commit is contained in:
Tat Dat Duong
2025-03-19 16:59:53 +01:00
parent b1a25abc73
commit 24bd0e1c1f
+3 -1
View File
@@ -643,7 +643,9 @@ export class ThreadsClient<
* Create a new thread from a batch states.
*/
async bulkUpdateState(
supersteps: Array<{ updates: Array<{ values: unknown; command?: Command; asNode: string }> }>,
supersteps: Array<{
updates: Array<{ values: unknown; command?: Command; asNode: string }>;
}>,
options?: {
graphId?: string;
threadId?: string;