Replies: 1 comment 1 reply
-
you'd need to do this (per the error message)
const workflow = new StateGraph(MessagesAnnotation)
.addNode("agent", callModel, { ends: ["tools", END] }) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following this tutorial https://www.youtube.com/watch?v=6BJDKf90L9A&t=83s on how to use Command (The tutorial is in python but I am doing it in TypeScript)
This is my code
Here I am getting this error
How to fix this error?
Beta Was this translation helpful? Give feedback.
All reactions