Current support
This is an advanced pattern in the current SDK. It is best treated as a custom workflow where you prepare the dataset into a stable multi-field representation before training.Dataset schema
Typical columns:input: one structured view of the conversation or trace historyoutput: the corresponding assistant response or action summarylabel: the ground-truth class for the metric
Config shape
data_generation.metric.input_format: "tuple"data_generation.source_data.dataset.columns.features: ["input", "output"]