Class BetaClearThinking20251015Edit.Builder
-
- All Implemented Interfaces:
public final class BetaClearThinking20251015Edit.BuilderA builder for BetaClearThinking20251015Edit.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaClearThinking20251015Edit.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("clear_thinking_20251015")This method is primarily for setting the field to an undocumented or not yet supported value.
-
keep
final BetaClearThinking20251015Edit.Builder keep(BetaClearThinking20251015Edit.Keep keep)
Number of most recent assistant turns to keep thinking blocks for. Older turns will have their thinking blocks removed.
-
keep
final BetaClearThinking20251015Edit.Builder keep(JsonField<BetaClearThinking20251015Edit.Keep> keep)
Sets Builder.keep to an arbitrary JSON value.
You should usually call Builder.keep with a well-typed Keep value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
keep
final BetaClearThinking20251015Edit.Builder keep(BetaThinkingTurns betaThinkingTurns)
Alias for calling keep with
Keep.ofBetaThinkingTurns(betaThinkingTurns).
-
keep
final BetaClearThinking20251015Edit.Builder keep(BetaAllThinkingTurns betaAllThinkingTurns)
Alias for calling keep with
Keep.ofBetaAllThinkingTurns(betaAllThinkingTurns).
-
keepAll
final BetaClearThinking20251015Edit.Builder keepAll()
Alias for calling keep with
Keep.ofAll().
-
additionalProperties
final BetaClearThinking20251015Edit.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaClearThinking20251015Edit.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaClearThinking20251015Edit.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaClearThinking20251015Edit.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaClearThinking20251015Edit.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaClearThinking20251015Edit build()
Returns an immutable instance of BetaClearThinking20251015Edit.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-