Freigeben über


TextResponseFormatJsonSchema Class

Definition

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
TextResponseFormatJsonSchema
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<TextResponseFormatConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IJsonModel<TextResponseFormatConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IJsonModel<TextResponseFormatJsonSchema>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TextResponseFormatJsonSchema>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatConfiguration>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IPersistableModel<TextResponseFormatConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IPersistableModel<TextResponseFormatConfiguration>.Write(ModelReaderWriterOptions) (Inherited from TextResponseFormatConfiguration)
IPersistableModel<TextResponseFormatJsonSchema>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatJsonSchema>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TextResponseFormatJsonSchema>.Write(ModelReaderWriterOptions)

Applies to