ChatCompletionResponseFormatType type

指定 LLM 應如何格式化回應。
KnownChatCompletionResponseFormatType 可以與 ChatCompletionResponseFormatType 互換使用,此列舉包含服務支援的已知值。

服務支援的已知值

文字:純文字回應格式。
jsonObject:任意 JSON 物件回應格式。
jsonSchema:符合 JSON 架構的回應格式。

type ChatCompletionResponseFormatType = string