How do I use useCompletion hook with multiple input fields?
Unanswered
Saint Bernard posted this in #help-forum
Saint BernardOP
I am using useCompletion hook
import { useCompletion } from "ai/react";
My Prompt needs more than more input field. (For example in twitter bio the bio text field and the vibe ) The form doesn't get submitted if user updates only vibe.
Any suggestions?
import { useCompletion } from "ai/react";
My Prompt needs more than more input field. (For example in twitter bio the bio text field and the vibe ) The form doesn't get submitted if user updates only vibe.
Any suggestions?
1 Reply
Yellow croaker
@Saint Bernard were u able to find solutation for this? I'm currently working with The same problem