Package com.openai.models.responses
Class ResponseInputItem.Reasoning.Content.Builder
-
- All Implemented Interfaces:
public final class ResponseInputItem.Reasoning.Content.Builder
A builder for Content.
-
-
Method Summary
-
-
Method Detail
-
text
final ResponseInputItem.Reasoning.Content.Builder text(String text)
A short summary of the reasoning used by the model when generating the response.
-
text
final ResponseInputItem.Reasoning.Content.Builder text(JsonField<String> text)
A short summary of the reasoning used by the model when generating the response.
-
type
final ResponseInputItem.Reasoning.Content.Builder type(JsonValue type)
The type of the object. Always
text
.
-
additionalProperties
final ResponseInputItem.Reasoning.Content.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ResponseInputItem.Reasoning.Content.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ResponseInputItem.Reasoning.Content.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ResponseInputItem.Reasoning.Content.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ResponseInputItem.Reasoning.Content.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ResponseInputItem.Reasoning.Content build()
-
-
-
-