Search Results for

    Show / Hide Table of Contents

    Class JsonSchemaFormat

    Inheritance
    object
    ResponseFormat
    JsonSchemaFormat
    Inherited Members
    ResponseFormat.Auto
    ResponseFormat.Text
    ResponseFormat.JsonObject
    ResponseFormat.Type
    ResponseFormat.IsString
    ResponseFormat.IsObject
    ResponseFormat.IsJsonSchema
    ResponseFormat.ToString()
    ResponseFormat.Equals(object)
    ResponseFormat.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class JsonSchemaFormat : ResponseFormat

    Constructors

    | Edit this page View Source

    JsonSchemaFormat(StrictJsonSchema)

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

    Properties

    | Edit this page View Source

    StrictJsonSchema

    Declaration
    [JsonProperty("json_schema")]
    public StrictJsonSchema StrictJsonSchema { get; set; }
    Property Value
    Type Description
    StrictJsonSchema

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    StrictJsonSchemaExtensions.ExtractJsonSchema(ResponseFormat, bool)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation