Table of Contents

Class RefusalContent

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll
public sealed class RefusalContent : BaseResponse, IListItem, IResponseContent, IServerSentEvent
Inheritance
RefusalContent
Implements
Inherited Members

Properties

Delta

[JsonIgnore]
public string Delta { get; }

Property Value

string

Object

[JsonIgnore]
public string Object { get; }

Property Value

string

Refusal

The refusal explanation from the model.

[JsonInclude]
[JsonPropertyName("refusal")]
public string Refusal { get; }

Property Value

string

Type

The type of the refusal. Always refusal.

[JsonInclude]
[JsonPropertyName("type")]
public ResponseContentType Type { get; }

Property Value

ResponseContentType