OutputTextContent constructor
const
OutputTextContent({
- required String text,
- List<
Annotation> ? annotations, - List<
LogProb> ? logprobs,
Creates an OutputTextContent.
Implementation
const OutputTextContent({
required this.text,
this.annotations,
this.logprobs,
});