Table of Contents

Class ReasoningItem

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll

A description of the chain of thought used by a reasoning model while generating a response.

public sealed class ReasoningItem : BaseResponse, IResponseItem, IServerSentEvent, IListItem
Inheritance
ReasoningItem
Implements
Inherited Members

Properties

Id

The unique ID of this response item.

[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("id")]
public string Id { get; }

Property Value

string

Object

[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("object")]
public string Object { get; }

Property Value

string

Status

The status of the response item.

[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonPropertyName("status")]
public ResponseStatus Status { get; }

Property Value

ResponseStatus

Summary

Reasoning text contents.

[JsonInclude]
[JsonPropertyName("summary")]
public IReadOnlyList<ReasoningSummary> Summary { get; }

Property Value

IReadOnlyList<ReasoningSummary>

Type

[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("type")]
public ResponseItemType Type { get; }

Property Value

ResponseItemType