TextResponseFormatUnion type

Alias pour TextResponseFormatUnion

type TextResponseFormatUnion =
  | TextResponseFormatJsonSchema
  | TextResponseFormatText
  | TextResponseFormatJsonObject
  | TextResponseFormat