# `Codex.Items.Reasoning`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/items.ex#L134)

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
