From 24bd0e1c1f9150afe1baf750c768f4bb7414f426 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Wed, 19 Mar 2025 16:59:53 +0100 Subject: [PATCH] Fix formatting --- libs/sdk-js/src/client.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/sdk-js/src/client.ts b/libs/sdk-js/src/client.ts index 7efc2e423..52051f1e8 100644 --- a/libs/sdk-js/src/client.ts +++ b/libs/sdk-js/src/client.ts @@ -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;