Codex.Events.GuardianApprovalReviewCompleted (Codex SDK v0.17.0)

Copy Markdown View Source

Event emitted when guardian review completes for an approval request.

Summary

Types

t()

@type t() :: %Codex.Events.GuardianApprovalReviewCompleted{
  action: map() | String.t() | nil,
  decision_source: :agent | String.t() | nil,
  review: Codex.Events.GuardianApprovalReview.t(),
  review_id: String.t() | nil,
  target_item_id: String.t() | nil,
  thread_id: String.t(),
  turn_id: String.t()
}