TextResponseFormatJsonSchema 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.
JSON schema.
public class TextResponseFormatJsonSchema : Azure.AI.AgentServer.Responses.Models.TextResponseFormatConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.TextResponseFormatJsonSchema>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.TextResponseFormatJsonSchema>
type TextResponseFormatJsonSchema = class
inherit TextResponseFormatConfiguration
interface IJsonModel<TextResponseFormatJsonSchema>
interface IPersistableModel<TextResponseFormatJsonSchema>
Public Class TextResponseFormatJsonSchema
Inherits TextResponseFormatConfiguration
Implements IJsonModel(Of TextResponseFormatJsonSchema), IPersistableModel(Of TextResponseFormatJsonSchema)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| TextResponseFormatJsonSchema(String, ResponseFormatJsonSchemaSchema) |
Initializes a new instance of TextResponseFormatJsonSchema. |
Properties
| Name | Description |
|---|---|
| Description |
A description of what the response format is for, used by the model to determine how to respond in the format. |
| Name |
The name of the response format. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64. |
| Schema |
Gets or sets the Schema. |
| Strict |
Gets or sets the Strict. |