Class RefusalContent
public sealed class RefusalContent : BaseResponse, IListItem, IResponseContent, IServerSentEvent
- Inheritance
-
RefusalContent
- Implements
- Inherited Members
Properties
Delta
[JsonIgnore]
public string Delta { get; }
Property Value
Object
[JsonIgnore]
public string Object { get; }
Property Value
Refusal
The refusal explanation from the model.
[JsonInclude]
[JsonPropertyName("refusal")]
public string Refusal { get; }
Property Value
Type
The type of the refusal. Always refusal
.
[JsonInclude]
[JsonPropertyName("type")]
public ResponseContentType Type { get; }