VoiceAgentSubagentAbortReason type

The reason a subagent consultation was aborted.

type VoiceAgentSubagentAbortReason =
  | "unknown_target"
  | "timeout"
  | "cancelled"
  | "stopped_by_user"
  | "superseded"
  | "failed"