Class IncompleteDetails
Details on why the response is incomplete. Will be null if the response is not incomplete.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class IncompleteDetails
Properties
| Edit this page View SourceReason
The reason why the response is incomplete. This will point to which specific token limit was reached over the course of the response.
Declaration
[JsonProperty("reason")]
public string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |