Optional
input_Used when sampling from a model. Dictates the structure of the messages passed
into the model. Can either be a reference to a prebuilt trajectory (ie,
item.input_trajectory
), or a template with variable references to the item
namespace.
Optional
modelThe name of the model to use for generating completions (e.g. "o3-mini").
Optional
sampling_Determines what populates the item
namespace in this run's data source.
The type of run data source. Always responses
.
A ResponsesRunDataSource object describing a model sampling configuration.