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"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript