TextResponseFormatUnion type

Alias for TextResponseFormatUnion

type TextResponseFormatUnion =
  | TextResponseFormatJsonSchema
  | TextResponseFormatText
  | TextResponseFormatJsonObject
  | TextResponseFormat