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 |