OutputText
io.cequence.openaiscala.domain.responsesapi.OutputMessageContent$.OutputText
final case class OutputText(annotations: Seq[Annotation], text: String) extends OutputMessageContent
A text output from the model.
Attributes
- annotations
The annotations of the text output.
- text
The text output from the model.
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait OutputMessageContentclass Objecttrait Matchableclass Any