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

Copy Markdown View Source

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

Summary

Types

t()

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