Type alias AgentFalseInterruptionEvent

AgentFalseInterruptionEvent: {
    createdAt: number;
    resumed: boolean;
    type: "agent_false_interruption";
}

Type declaration

  • createdAt: number
  • resumed: boolean

    Whether the false interruption was resumed automatically.

  • type: "agent_false_interruption"