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

Copy Markdown View Source

Collab event emitted when an agent spawn completes.

Summary

Types

t()

@type t() :: %Codex.Events.CollabAgentSpawnEnd{
  call_id: String.t() | nil,
  new_thread_id: String.t() | nil,
  prompt: String.t() | nil,
  sender_thread_id: String.t() | nil,
  status: map() | String.t() | atom() | nil
}