Replies: 1 comment 1 reply
-
@im-calvin Did you figure this out by any chance? Or maybe I'll need to make another AI call inside of the tool... |
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
-
Hi there, thanks for the great work on the ai/sdk.
I am forking the Next.js Chatbot V2 template, and I am using tool calls. I'm not sure how to stream the OpenAI response into the UI.
I am using the render function, which supports tools. My tool expects a variable,
code
which from the UI side just seems to be given all at once. I want to stream the input of this variable. How can I do this?Beta Was this translation helpful? Give feedback.
All reactions