Share via


ChatCompletionResponseFormatJsonSchemaProperties Class

Definition

An open dictionary for extended properties. Required if 'type' == 'json_schema'.

public class ChatCompletionResponseFormatJsonSchemaProperties
type ChatCompletionResponseFormatJsonSchemaProperties = class
Public Class ChatCompletionResponseFormatJsonSchemaProperties
Inheritance
ChatCompletionResponseFormatJsonSchemaProperties

Constructors

ChatCompletionResponseFormatJsonSchemaProperties()

Initializes a new instance of ChatCompletionResponseFormatJsonSchemaProperties.

Properties

Description

Description of the json schema the model will adhere to.

Name

Name of the json schema the model will adhere to.

Schema

Object defining the custom schema the model will use to structure its output.

Strict

Whether or not the model's response should use structured outputs. Default is true.

Applies to