Codex.Handoff.InputData (Codex SDK v0.7.2)

Copy Markdown View Source

Carries conversation history and run context into handoff input filters.

Summary

Types

t()

@type t() :: %Codex.Handoff.InputData{
  input_history: term(),
  new_items: list(),
  pre_handoff_items: list(),
  run_context: term()
}