CustomOutput

@Serializable
data class CustomOutput(val rawOutputs: RawOutput? = null)

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

Constructors

Link copied to clipboard
constructor(rawOutputs: RawOutput? = null)

Properties

Link copied to clipboard
val rawOutputs: RawOutput? = null

Output only. List of raw output strings.