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

Copy Markdown View Source

Event emitted when guardian review begins for an approval request.

Summary

Types

t()

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