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

Copy Markdown View Source

Structured checklist shared by the agent to track outstanding follow-up items.

Summary

Types

t()

@type t() :: %Codex.Items.TodoList{
  id: String.t() | nil,
  items: [todo_item()],
  type: :todo_list
}

todo_item()

@type todo_item() :: %{text: String.t(), completed: boolean()}