Codex.StreamEvent.ToolApproval (Codex SDK v0.16.1)

Copy Markdown View Source

Tool approval outcome emitted during streaming.

Summary

Types

decision()

@type decision() :: :allow | :deny | :pending

t()

@type t() :: %Codex.StreamEvent.ToolApproval{
  call_id: String.t() | nil,
  decision: decision(),
  reason: String.t() | nil,
  tool_name: String.t()
}