Interrupt

@Serializable
data class Interrupt(val id: String, val reason: String, val message: String? = null, val toolCallId: String? = null, val responseSchema: JsonObject? = null, val expiresAt: Long? = null)

One pending approval request inside a RUN_FINISHED { outcome = "interrupt" }.

Constructors

Link copied to clipboard
constructor(id: String, reason: String, message: String? = null, toolCallId: String? = null, responseSchema: JsonObject? = null, expiresAt: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val responseSchema: JsonObject?
Link copied to clipboard