Interface TuningExample

interface TuningExample {
    output?: string;
    textInput?: string;
}

Properties

Properties

output?: string

The expected model output.

textInput?: string

Text model input.