Replies: 1 comment
-
|
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
-
Hi everyone,
I'm facing an issue with tool calls using
streamText
.What essentially happens is that the streamText call gets stuck and the console log for toolResults doesn't execute. What am I doing wrong here? Any help would be appreciated!
If max steps is not set then I can see the result of toolResults being printed. If max steps is set, then I don't see it. Also, either way I can see that
getWeather
is being called. So I'm not sure if I'm doing something incorrectly here.I'm currently using Vercel AI 3.4.9 and OpenAI SDK 0.0.66 and NextJS 14.
Beta Was this translation helpful? Give feedback.
All reactions