Codex.Events.HookStarted (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when an app-server hook run starts.

Summary

Types

t()

@type t() :: %Codex.Events.HookStarted{
  run: map(),
  thread_id: String.t(),
  turn_id: String.t() | nil
}