Search Results for

    Show / Hide Table of Contents

    Class DefaultAgentSettingsUtility

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

    Methods

    | Edit this page View Source

    EnsureAgentEmbeddingModel(Model)

    Declaration
    public static Model EnsureAgentEmbeddingModel(this Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    Model
    | Edit this page View Source

    EnsureAgentModerationModel(Model)

    Declaration
    public static Model EnsureAgentModerationModel(this Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    Model
    | Edit this page View Source

    EnsureAgentTextGenerationModel(Model)

    Declaration
    public static Model EnsureAgentTextGenerationModel(this Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    Model
    | Edit this page View Source

    EnsureAgentUtilityModel(Model)

    Declaration
    public static Model EnsureAgentUtilityModel(this Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    Model
    | Edit this page View Source

    ResolveDefaultAgentModel(ChatApi, Model)

    Declaration
    public static Model ResolveDefaultAgentModel(this ChatApi chatApi, Model model)
    Parameters
    Type Name Description
    ChatApi chatApi
    Model model
    Returns
    Type Description
    Model
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation