ChatCompletionResponseFormatJsonSchemaProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |