GroundingChunkStringList

@Serializable
data class GroundingChunkStringList(val values: List<String>? = null)

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

Constructors

Link copied to clipboard
constructor(values: List<String>? = null)

Properties

Link copied to clipboard
val values: List<String>? = null

The string values of the list.