mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-26 11:35:02 +02:00
Fix formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user