AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AIClient<TSelf>

    Inheritance
    object
    AIClient<TSelf>
    ElevenLabs
    GenerativeAI
    Mubert
    Ollama
    OpenAI
    OpenRouter
    Namespace: Glitch9.AIDevKit.Client
    Assembly: .dll
    Syntax
    public abstract class AIClient<TSelf> : CRUDClient<TSelf> where TSelf : AIClient<TSelf>
    Type Parameters
    Name Description
    TSelf

    Constructors

    AIClient(AIClientSettingsFactory)

    Declaration
    protected AIClient(AIClientSettingsFactory settingsFactory)
    Parameters
    Type Name Description
    AIClientSettingsFactory settingsFactory

    Methods

    FormatErrorMessage(string)

    Declaration
    protected override string FormatErrorMessage(string errorMessage)
    Parameters
    Type Name Description
    string errorMessage
    Returns
    Type Description
    string

    IsDeletedPredicate(RESTResponse)

    Declaration
    protected override bool IsDeletedPredicate(RESTResponse res)
    Parameters
    Type Name Description
    RESTResponse res
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX