how can i disable the stt in the VoicePipelineAgen...
# ask-ai
l
how can i disable the stt in the VoicePipelineAgent
g
It might be possible to disable the STT in the
VoicePipelineAgent
by not providing an STT instance during its initialization. According to the VoicePipelineAgent documentation, the STT component is one of the parameters you pass when creating a new instance of the agent. By omitting this parameter, you could potentially disable the STT functionality. Would you like more detailed guidance on this? Sources: - VoicePipelineAgent documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.