agents
agents copied to clipboard
Feature: ability to post-process transcript from STT in voice assistant
Similar to this feature, it'd be nice to be able to alter the transcript from the STT before hitting the LLM.
Example:
- Deepgram sends the transcript "Now."
- We know that Deepgram often transcribes "No." as "Now.", so we make that fix before sending to LLM.
I imagine there are other use cases here.