This commit is contained in:
Tat Dat Duong
2025-07-12 12:42:15 +02:00
parent c438dd2a03
commit 5112f55904
+2 -4
View File
@@ -8094,11 +8094,9 @@ function agent(state: typeof MessagesAnnotation.State): Command {
goto,
update: { myStateKey: "myStateValue" }
});
} else {
return new Command({
goto: "human"
});
}
return new Command({ goto: "human" });
}
```