Class BetaToolTextEditor20250124
-
- All Implemented Interfaces:
public final class BetaToolTextEditor20250124
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaToolTextEditor20250124.BuilderA builder for BetaToolTextEditor20250124.
-
Method Summary
Modifier and Type Method Description final JsonValue_name()Name of the tool. final JsonValue_type()final Optional<BetaCacheControlEphemeral>cacheControl()final JsonField<BetaCacheControlEphemeral>_cacheControl()final Map<String, JsonValue>_additionalProperties()final BetaToolTextEditor20250124validate()final BetaToolTextEditor20250124.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaToolTextEditor20250124.Builderbuilder()Returns a mutable builder for constructing an instance of BetaToolTextEditor20250124. -
-
Method Detail
-
_name
final JsonValue _name()
Name of the tool.
This is how the tool will be called by the model and in tool_use blocks.
-
cacheControl
final Optional<BetaCacheControlEphemeral> cacheControl()
-
_cacheControl
final JsonField<BetaCacheControlEphemeral> _cacheControl()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaToolTextEditor20250124 validate()
-
toBuilder
final BetaToolTextEditor20250124.Builder toBuilder()
-
builder
final static BetaToolTextEditor20250124.Builder builder()
Returns a mutable builder for constructing an instance of BetaToolTextEditor20250124.
-
-
-
-