interface RunsInvokePayloadThe number of seconds to wait before starting the run. Use to schedule future runs.
Checkpoint for when creating a new run.
Checkpoint ID for when creating a new run.
One or more commands to invoke the graph with.
The assistant config.
The assistant context.
Whether to checkpoint during the run (or only at the end/interruption).
"async": Save checkpoint asynchronously while the next step executes (default)."sync": Save checkpoint synchronously before the next step starts."exit": Save checkpoint only when the graph exits.Behavior if the specified run doesn't exist. Defaults to "reject".
Interrupt execution after leaving these nodes.
Interrupt execution before entering these nodes.
The assistant metadata.
Strategy to handle concurrent runs on the same thread. Only relevant if there is a pending/inflight run on the same thread. One of:
Behavior to handle run completion. Only relevant if there is a pending/inflight run on the same thread. One of:
Behavior to handle disconnection. Only relevant if there is a pending/inflight run on the same thread. One of:
Abort controller signal to cancel the run.
Webhook to call when the run is complete.
Whether to checkpoint during the run (or only at the end/interruption).