TextResponseFormatUnion type

Alias voor TextResponseFormatUnion

type TextResponseFormatUnion =
  | TextResponseFormatJsonSchema
  | TextResponseFormatText
  | TextResponseFormatJsonObject
  | TextResponseFormat