Interface RawOutput

Raw output. This data type is not supported in Gemini API.

interface RawOutput {
    rawOutput?: string[];
}

Properties

Properties

rawOutput?: string[]

Output only. Raw output string.