Search Results for

    Show / Hide Table of Contents

    Class StrictJsonSchemaExtensions

    Inheritance
    object
    StrictJsonSchemaExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class StrictJsonSchemaExtensions

    Methods

    | Edit this page View Source

    ExtractJsonSchema(ResponseFormat, bool)

    Declaration
    public static JsonSchema ExtractJsonSchema(this ResponseFormat format, bool removeExtras = false)
    Parameters
    Type Name Description
    ResponseFormat format
    bool removeExtras
    Returns
    Type Description
    JsonSchema
    | Edit this page View Source

    ToJsonSchemaFormat(StrictJsonSchema)

    Declaration
    public static JsonSchemaFormat ToJsonSchemaFormat(this StrictJsonSchema strictJsonSchema)
    Parameters
    Type Name Description
    StrictJsonSchema strictJsonSchema
    Returns
    Type Description
    JsonSchemaFormat
    | Edit this page View Source

    ToJsonSchemaFormat(Type)

    Declaration
    public static JsonSchemaFormat ToJsonSchemaFormat(this Type typeWithAtt)
    Parameters
    Type Name Description
    Type typeWithAtt
    Returns
    Type Description
    JsonSchemaFormat
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation