Package com.openai.models.responses
Class ResponseOutputItem.Reasoning.Content
-
- All Implemented Interfaces:
public final class ResponseOutputItem.Reasoning.Content
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseOutputItem.Reasoning.Content.Builder
A builder for Content.
-
Method Summary
Modifier and Type Method Description final String
text()
A short summary of the reasoning used by the model when generating the response. final JsonValue
_type()
The type of the object. final JsonField<String>
_text()
A short summary of the reasoning used by the model when generating the response. final Map<String, JsonValue>
_additionalProperties()
final ResponseOutputItem.Reasoning.Content
validate()
final ResponseOutputItem.Reasoning.Content.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseOutputItem.Reasoning.Content.Builder
builder()
Returns a mutable builder for constructing an instance of Content. -
-
Method Detail
-
text
final String text()
A short summary of the reasoning used by the model when generating the response.
-
_text
final JsonField<String> _text()
A short summary of the reasoning used by the model when generating the response.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ResponseOutputItem.Reasoning.Content validate()
-
toBuilder
final ResponseOutputItem.Reasoning.Content.Builder toBuilder()
-
builder
final static ResponseOutputItem.Reasoning.Content.Builder builder()
Returns a mutable builder for constructing an instance of Content.
The following fields are required:
.text()
-
-
-
-