Package com.anthropic.models.messages
Class ThinkingDelta
-
- All Implemented Interfaces:
public final class ThinkingDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classThinkingDelta.BuilderA builder for ThinkingDelta.
-
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 ThinkingDelta.BuildertoBuilder()final ThinkingDeltavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ThinkingDelta.Builderbuilder()Returns a mutable builder for constructing an instance of ThinkingDelta. -
-
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 ThinkingDelta.Builder toBuilder()
-
validate
final ThinkingDelta validate()
-
builder
final static ThinkingDelta.Builder builder()
Returns a mutable builder for constructing an instance of ThinkingDelta.
The following fields are required:
.thinking()
-
-
-
-