Codex.Events.GuardianApprovalReview (Codex SDK v0.14.0)

Copy Markdown View Source

Review payload emitted by guardian auto-approval review notifications.

Summary

Types

risk_level()

@type risk_level() :: :low | :medium | :high

status()

@type status() :: :in_progress | :approved | :denied | :aborted

t()

@type t() :: %Codex.Events.GuardianApprovalReview{
  rationale: String.t() | nil,
  risk_level: risk_level() | nil,
  risk_score: non_neg_integer() | nil,
  status: status()
}