Skip to main content
Search AI can format responses differently for digital channels (chat, messaging) versus voice channels (IVR, phone). Digital responses can include rich formatting, while voice responses should be concise and TTS-compatible.

How It Works

The {{answer_mode}} variable tells the LLM which channel type is being used:

Default Behavior

The Default-v2 prompt automatically includes {{answer_mode}}. No configuration needed if you’re using the default prompt.

Custom Prompt Configuration

When creating a custom prompt for Answer Generation, include {{answer_mode}} so the model adapts its response style. Example prompt structure:

Response Formatting Guidelines