Table of Contents

Class IncompleteDetails

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll
public class IncompleteDetails
Inheritance
System.Object
IncompleteDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

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.

[JsonPropertyName("reason")]
public string Reason { get; set; }

Property Value

System.String