ApprovalActionType

sealed class ApprovalActionType

The action to take on an approval request — APPROVED or REJECTED.

Inheritors

Types

Link copied to clipboard

The agent's tool invocation is approved; finalPattern and ttlSeconds carry the finalized scope and lifetime.

Link copied to clipboard
object Companion
Link copied to clipboard

The agent's tool invocation is rejected; reason optionally carries a free-text rationale.

Link copied to clipboard
data class SdkUnknown(val value: String) : ApprovalActionType

Properties

Link copied to clipboard
abstract val value: String