Replies: 2 comments
-
It does if you are checkpointing |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like there's something wrong with my model's context length. |
Beta Was this translation helpful? Give feedback.
0 replies
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 built an agent with
create_react_agent
with two tools, and I prompted it to execute one tool at a time, because there are dependencies. The result of first tool call is not recognized by the agent, so the second tool is never invoked.Here's the tool definitions
I added interrupts before tool execution, I'm not sure if that affects the result
Beta Was this translation helpful? Give feedback.
All reactions