Allow update: null

This commit is contained in:
Tat Dat Duong
2025-02-11 09:01:52 -08:00
parent bd2268404c
commit cb9405bcee
+1 -1
View File
@@ -26,7 +26,7 @@ export interface Command {
/**
* An object to update the thread state with.
*/
update?: Record<string, unknown> | [string, unknown][];
update?: Record<string, unknown> | [string, unknown][] | null;
/**
* The value to return from an `interrupt` function call.