AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class JsonSchemaFormat

    Inheritance
    object
    ResponseFormat
    JsonSchemaFormat
    Inherited Members
    ResponseFormat.Type
    ResponseFormat.IsString
    ResponseFormat.IsObject
    ResponseFormat.ToString()
    ResponseFormat.Equals(object)
    ResponseFormat.GetHashCode()
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class JsonSchemaFormat : ResponseFormat

    Constructors

    JsonSchemaFormat(StrictJsonSchema)

    Declaration
    public JsonSchemaFormat(StrictJsonSchema jsonSchema)
    Parameters
    Type Name Description
    StrictJsonSchema jsonSchema

    Properties

    JsonSchema

    Declaration
    public StrictJsonSchema JsonSchema { get; set; }
    Property Value
    Type Description
    StrictJsonSchema

    Extension Methods

    ResponseFormatExtensions.ToEnum<TFormatEnum>(ResponseFormat)
    In this article
    Back to top Generated by DocFX