Search Results for

    Show / Hide Table of Contents

    Class GenerationRecordDetail

    Inheritance
    object
    GenerationRecordDetail
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.History
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class GenerationRecordDetail

    Properties

    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OutputFiles

    Declaration
    [JsonProperty("output_files")]
    public SerializableFile[] OutputFiles { get; set; }
    Property Value
    Type Description
    SerializableFile[]
    | Edit this page View Source

    OutputTexts

    Declaration
    [JsonProperty("output_texts")]
    public string[] OutputTexts { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    Prompt

    Declaration
    [JsonProperty("prompt")]
    public IPrompt Prompt { get; set; }
    Property Value
    Type Description
    IPrompt
    | Edit this page View Source

    PromptText

    Declaration
    [JsonProperty("prompt_text")]
    public string PromptText { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RequestContext

    Declaration
    [JsonProperty("request_context")]
    public CurlContext RequestContext { get; set; }
    Property Value
    Type Description
    CurlContext

    Methods

    | Edit this page View Source

    ApplyTo(GenerationRecord)

    Declaration
    public void ApplyTo(GenerationRecord r)
    Parameters
    Type Name Description
    GenerationRecord r
    | Edit this page View Source

    FromRecord(GenerationRecord)

    Declaration
    public static GenerationRecordDetail FromRecord(GenerationRecord r)
    Parameters
    Type Name Description
    GenerationRecord r
    Returns
    Type Description
    GenerationRecordDetail

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation