Replies: 1 comment
-
Any solution for this? |
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
-
Hello guys, I am working on a project where an AI tutor chatbot will provide notes (only when asked by the user) on a given topic. During a normal chat, it needs to respond without using any tools but whenever the user needs notes on a topic, the AI should acknowledge in plain text and then start streaming the text inside the Notes Component. It should not create the UI will the entire notes' content at once. Instead, the content should be streamed within the Notes Component.
I have been trying to make another call to an LLM using streamObject call inside the tools provided by streamUI function. But its not working at all.
I am not sure if I am doing the right thing here to achieve what I want. Please help!!!!!
My actions.tsx code -
My page.tsx code -
Beta Was this translation helpful? Give feedback.
All reactions