Can prompting affect how the agent talks or understands speech?
Can prompting affect how the agent talks or understands speech?
No. Prompts do not influence automatic speech recognition (ASR) or text-to-speech (TTS). These systems are independent.
To customize speech recognition, use ASR biasing and keyphrase boosting. To customize voice output, see voice configuration.
What are token and context limits?
What are token and context limits?
Your agent’s context is made up of global rules, retrieved topics, conversation history, and system instructions. Keeping this focused helps the agent perform at its best.Tips for managing context:
- Keep global rules concise and prioritized.
- Write shorter, focused topic content — this also retrieves better.
- If you have many topics, make sure they are clearly differentiated so the retriever returns only the most relevant ones.
- Use conversation diagnosis to inspect what the agent actually received if behavior seems off.

