Class IncompleteDetails
Details on why the response is incomplete. Will be null if the response is not incomplete.
public sealed class IncompleteDetails
- Inheritance
-
objectIncompleteDetails
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