Defines the parameters for initiating a background run.
RunCreate()The identifier of the thread to run. If not provided, the run is stateless.
The identifier of the assistant to use for this run.
Initial input data for the run.
Additional metadata to associate with the run.
Configuration options for the run.
The static context of the run.
The identifier of a checkpoint to resume from.
List of node names to interrupt execution before.
List of node names to interrupt execution after.
URL to send webhook notifications about the run's progress.
Strategy for handling concurrent runs on the same thread.