OutputText
data class OutputText(val type: OutputText.Type, val text: String, val annotations: List<Annotation>)(source)
A text output from the model.
Parameters
type
The type of the output text. Always output_text.
text
The text output from the model.
annotations
The annotations of the text output.