Class BetaThinkingDelta
-
- All Implemented Interfaces:
public final class BetaThinkingDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaThinkingDelta.BuilderA builder for BetaThinkingDelta.
-
Method Summary
Modifier and Type Method Description final Stringthinking()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("thinking_delta")final JsonField<String>_thinking()Returns the raw JSON value of thinking. final Map<String, JsonValue>_additionalProperties()final BetaThinkingDelta.BuildertoBuilder()final BetaThinkingDeltavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThinkingDelta.Builderbuilder()Returns a mutable builder for constructing an instance of BetaThinkingDelta. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("thinking_delta")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_thinking
final JsonField<String> _thinking()
Returns the raw JSON value of thinking.
Unlike thinking, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaThinkingDelta.Builder toBuilder()
-
validate
final BetaThinkingDelta validate()
-
builder
final static BetaThinkingDelta.Builder builder()
Returns a mutable builder for constructing an instance of BetaThinkingDelta.
The following fields are required:
.thinking()
-
-
-
-