ChatCompletionResponseFormatType type
Specifies how the LLM should format the response.
KnownChatCompletionResponseFormatType can be used interchangeably with ChatCompletionResponseFormatType,
this enum contains the known values that the service supports.
Known values supported by the service
text: Plain text response format.
jsonObject: Arbitrary JSON object response format.
jsonSchema: JSON schema-adhering response format.
type ChatCompletionResponseFormatType = string