Codex.Items.Reasoning (Codex SDK v0.3.0)

View Source

Intermediate reasoning trace shared as part of tool or agent transparency.

Summary

Types

t()

@type t() :: %Codex.Items.Reasoning{
  id: String.t() | nil,
  text: String.t(),
  type: :reasoning
}