Type alias CallMode

CallMode: "notify" | "conversation"

How the agent interacts during a call:

  • notify: Speak a message and hang up (one-way TTS).
  • conversation: Full duplex conversation with STT + LLM + TTS loop.