Interface GroundingChunkStringList

A list of string values. This data type is not supported in Vertex AI.

interface GroundingChunkStringList {
    values?: string[];
}

Properties

Properties

values?: string[]

The string values of the list.