Original Discord Post by ham1ton | 2024-09-20 18:36:20
Is it possible to add additional text to the STT results that are sent off to ConvAI? I would like to be able to add additional context to what a user says. Is this possible or do I have the wrong picture of what is happening?
Hello <@557253604939923468> , yes, it’s possible! For typed input, you can do this in the ConvaiBasePlayer. You’ll find a Type Text collapsed node, where the Send Text function takes the input. You can easily append additional context to the text there.
Thanks for the response <@1216254232957685765> , sorry I meant STT (speech to text) not TTS so I edited my original post. We have successfully been appending text to the Send Text function as you mentioned, but how would you append text to the end of what a user says, like when Finish Talking is called?