Skip to main content

Overview

Followup suggestions automatically generate contextual prompt suggestions after each agent response, helping users discover what to ask next.

Quick Start

Configuration

Output Format

Followup suggestions appear on the RunOutput object:

Best Practices

  • Use a cheap model (e.g. gpt-4o-mini) for followup generation to minimize cost
  • Followup generation is best-effort — if it fails, followupSuggestions will be an empty array
  • Suggestions are generated after output guardrails, so they won’t trigger re-validation