VoiceAgentSubagentAbortReason type

Důvod, proč byla konzultace se subagentem zrušena.

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