Table of Contents

Class ReasoningSummary

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll
public sealed class ReasoningSummary : IServerSentEvent
Inheritance
ReasoningSummary
Implements
Inherited Members

Properties

Delta

[JsonIgnore]
public string Delta { get; }

Property Value

string

Object

[JsonIgnore]
public string Object { get; }

Property Value

string

Text

A short summary of the reasoning used by the model when generating the response.

[JsonInclude]
[JsonPropertyName("text")]
public string Text { get; }

Property Value

string

Type

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

Property Value

string

Methods

ToJsonString()

public string ToJsonString()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.