useChat and rich text editor #6436
-
|
Hey everyone ! I'm trying to use I know I can manually call What if I don't want to use a controlled input / input of type string ? Is there a workaround / an other way of doing this ? Thanks, Antoine |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Try parsing to a JSON string, and on the server, parse back to JSON |
Beta Was this translation helpful? Give feedback.
-
|
This discussion was automatically locked because it has not been updated in over 30 days. If you still have questions about this topic, please ask us at community.vercel.com/ai-sdk |
Beta Was this translation helpful? Give feedback.
Try parsing to a JSON string, and on the server, parse back to JSON