It is possible to have an agent run with a specific prompt to an audio transcript before it's sent off to my TTS provider (which in this case is ElevenLabs)? The flow would look like this:
OpenClaw receives audio file -> Sends to Deepgram for transcription (STT) -> OpenClaw receives the transcript back from Deepgram -> OpenClaw uses a pre-defined prompt to "enhance" the transcript -> the enhanced transcript is sent to ElevenLabs -> ElevenLabs generates an audio file using the trnascript and sends it back to OpenClaw