Normandy.Agents.Dispatch.DenialEnvelope (normandy v1.1.1)

View Source

Structured record of a denied (or approval-pending) tool call.

Summary

Types

t()

@type t() :: %Normandy.Agents.Dispatch.DenialEnvelope{
  call_id: String.t() | nil,
  pending_approval: boolean(),
  rationale: String.t() | nil,
  reason: String.t(),
  rule_id: String.t() | nil
}