Search Results for

    Show / Hide Table of Contents

    Class AIDevKitUtility

    Exposed utility class for AIDevKit for general helper methods and extensions.

    Inheritance
    object
    AIDevKitUtility
    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 AIDevKitUtility

    Methods

    | Edit this page View Source

    GetDefaultChatSaveDirectory()

    Declaration
    public static string GetDefaultChatSaveDirectory()
    Returns
    Type Description
    string
    | Edit this page View Source

    GetDefaultDownloadDirectory()

    Declaration
    public static string GetDefaultDownloadDirectory()
    Returns
    Type Description
    string
    | Edit this page View Source

    ResolveSafetyIdentifier(IUserProfile)

    Declaration
    public static string ResolveSafetyIdentifier(IUserProfile userProfile)
    Parameters
    Type Name Description
    IUserProfile userProfile
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation