Table of Contents

Class IncompleteDetails

Namespace
Glitch9.AIDevKit

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

public sealed class IncompleteDetails
Inheritance
object
IncompleteDetails

Properties

Reason

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

public string Reason { get; set; }

Property Value

string