Codex.Events.ItemStarted (Codex SDK v0.6.0)

Copy Markdown View Source

Event emitted when an item begins processing.

Summary

Types

t()

@type t() :: %Codex.Events.ItemStarted{
  item: Codex.Items.t(),
  thread_id: String.t() | nil,
  turn_id: String.t() | nil
}