Codex.Events.GuardianApprovalReviewCompleted (Codex SDK v0.14.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,
  review: Codex.Events.GuardianApprovalReview.t(),
  target_item_id: String.t(),
  thread_id: String.t(),
  turn_id: String.t()
}