AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class IncompleteDetails

    Details on why the run is incomplete. Will be null if the run is not incomplete.

    Inheritance
    object
    IncompleteDetails
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class IncompleteDetails

    Properties

    Reason

    The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.

    Declaration
    public string Reason { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX