AI DevKit
Search Results for

    Show / Hide Table of Contents

    Interface IGENTask

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public interface IGENTask

    Properties

    Api

    Declaration
    Api Api { get; }
    Property Value
    Type Description
    Api

    IgnoreLogs

    Declaration
    bool IgnoreLogs { get; }
    Property Value
    Type Description
    bool

    IsWrapperTask

    Declaration
    bool IsWrapperTask { get; }
    Property Value
    Type Description
    bool

    Method

    Declaration
    string Method { get; }
    Property Value
    Type Description
    string

    ModelId

    Declaration
    string ModelId { get; }
    Property Value
    Type Description
    string

    N

    Declaration
    int N { get; }
    Property Value
    Type Description
    int

    OutputFileNote

    Declaration
    string OutputFileNote { get; }
    Property Value
    Type Description
    string

    OutputFilePath

    Declaration
    string OutputFilePath { get; }
    Property Value
    Type Description
    string

    RecordHistory

    Declaration
    bool RecordHistory { get; }
    Property Value
    Type Description
    bool

    RequestMimeType

    Declaration
    MIMEType RequestMimeType { get; }
    Property Value
    Type Description
    MIMEType

    ResponseMimeType

    Declaration
    MIMEType ResponseMimeType { get; }
    Property Value
    Type Description
    MIMEType

    SaveGeneratedContents

    Declaration
    bool SaveGeneratedContents { get; }
    Property Value
    Type Description
    bool

    Sender

    Declaration
    string Sender { get; }
    Property Value
    Type Description
    string

    Methods

    ExecuteAsync<T>()

    Declaration
    UniTask<T> ExecuteAsync<T>()
    Returns
    Type Description
    UniTask<T>
    Type Parameters
    Name Description
    T

    GetPrompt()

    Declaration
    IPrompt GetPrompt()
    Returns
    Type Description
    IPrompt

    ShouldRecordHistory()

    Declaration
    bool ShouldRecordHistory()
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX