ChatCompletionSchemaProperties 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.
Properties for JSON schema response format.
public class ChatCompletionSchemaProperties : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.ChatCompletionSchemaProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.ChatCompletionSchemaProperties>
type ChatCompletionSchemaProperties = class
interface IJsonModel<ChatCompletionSchemaProperties>
interface IPersistableModel<ChatCompletionSchemaProperties>
Public Class ChatCompletionSchemaProperties
Implements IJsonModel(Of ChatCompletionSchemaProperties), IPersistableModel(Of ChatCompletionSchemaProperties)
- Inheritance
-
ChatCompletionSchemaProperties
- Implements
Constructors
| Name | Description |
|---|---|
| ChatCompletionSchemaProperties() |
Initializes a new instance of ChatCompletionSchemaProperties. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the json schema the model will adhere to. |
| IsStrict |
Whether or not the model's response should use structured outputs. Default is true. |
| Name |
Name of the json schema the model will adhere to. |
| Schema |
The schema definition. |