# `Codex.Handoff.InputData`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/handoff.ex#L9)

Carries conversation history and run context into handoff input filters.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
