VoiceAgentToolResponseScheduling type

When a tool invocation creates a follow-up response. Additional values may be added over time.

type VoiceAgentToolResponseScheduling =
  | "silent"
  | "when_idle"
  | "interrupt"
  | "skip_if_busy"