-
-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Labels
adviceInformation how to use/implement the componentInformation how to use/implement the component
Description
I’m integrating DeepChat into my project but am using my own speech recognition pipeline rather than the built‑in speech-to‑text functionality. My goal is to display interim transcription results in real time inside DeepChat’s input field—effectively simulating user typing—before eventually submitting the final message.
Is there any public API that would allow me to programmatically update the internal text value of DeepChat’s input field without reinitializing the component’s state? This would allow me to display my interim results as I process speech, as if the user has been “typing.”
Metadata
Metadata
Assignees
Labels
adviceInformation how to use/implement the componentInformation how to use/implement the component