mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-05 17:27:47 +02:00
Format
This commit is contained in:
@@ -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" });
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user