ChatCompletionsJsonResponseFormat interface

A response format for Chat Completions that restricts responses to emitting valid JSON objects.

Extends

Properties

type

The discriminated object type, which is always 'json_object' for this format.

Property Details

type

The discriminated object type, which is always 'json_object' for this format.

type: "json_object"

Property Value

"json_object"