Codex.Realtime.Events.HandoffEvent (Codex SDK v0.7.2)

Copy Markdown View Source

Agent handed off to another agent.

Summary

Types

t()

@type t() :: %Codex.Realtime.Events.HandoffEvent{
  from_agent: term(),
  info: Codex.Realtime.Events.EventInfo.t(),
  to_agent: term(),
  type: :handoff
}