TextResponseFormatUnion type

Alias para TextResponseFormatUnion

type TextResponseFormatUnion =
  | TextResponseFormatJsonSchema
  | TextResponseFormatText
  | TextResponseFormatJsonObject
  | TextResponseFormat