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

Copy Markdown View Source

Assistant-authored message item emitted by the Codex runtime, with optional parsed payloads for structured output experiments.

Summary

Types

t()

@type t() :: %Codex.Items.AgentMessage{
  id: String.t() | nil,
  parsed: map() | list() | nil,
  text: String.t(),
  type: :agent_message
}