Package com.openai.models.beta.responses
Class BetaResponseItem.AgentMessage.Content.ReasoningText
-
- All Implemented Interfaces:
public final class BetaResponseItem.AgentMessage.Content.ReasoningTextReasoning text from the model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaResponseItem.AgentMessage.Content.ReasoningText.BuilderA builder for ReasoningText.
-
Method Summary
Modifier and Type Method Description final Stringtext()The reasoning text from the model. final JsonValue_type()The type of the reasoning text. final JsonField<String>_text()Returns the raw JSON value of text. final Map<String, JsonValue>_additionalProperties()final BetaResponseItem.AgentMessage.Content.ReasoningText.BuildertoBuilder()final BetaResponseItem.AgentMessage.Content.ReasoningTextvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaResponseItem.AgentMessage.Content.ReasoningText.Builderbuilder()Returns a mutable builder for constructing an instance of ReasoningText. -
-
Method Detail
-
_type
final JsonValue _type()
The type of the reasoning text. Always
reasoning_text.Expected to always return the following:
JsonValue.from("reasoning_text")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_text
final JsonField<String> _text()
Returns the raw JSON value of text.
Unlike text, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaResponseItem.AgentMessage.Content.ReasoningText.Builder toBuilder()
-
validate
final BetaResponseItem.AgentMessage.Content.ReasoningText validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaResponseItem.AgentMessage.Content.ReasoningText.Builder builder()
Returns a mutable builder for constructing an instance of ReasoningText.
The following fields are required:
.text()
-
-
-
-