Interface CustomOutput

Spec for custom output. This data type is not supported in Gemini API.

interface CustomOutput {
    rawOutputs?: RawOutput;
}

Properties

Properties

rawOutputs?: RawOutput

Output only. List of raw output strings.