Class BetaToolTextEditor20241022
-
- All Implemented Interfaces:
public final class BetaToolTextEditor20241022
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaToolTextEditor20241022.BuilderA builder for BetaToolTextEditor20241022.
-
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 BetaToolTextEditor20241022validate()final BetaToolTextEditor20241022.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaToolTextEditor20241022.Builderbuilder()Returns a mutable builder for constructing an instance of BetaToolTextEditor20241022. -
-
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 BetaToolTextEditor20241022 validate()
-
toBuilder
final BetaToolTextEditor20241022.Builder toBuilder()
-
builder
final static BetaToolTextEditor20241022.Builder builder()
Returns a mutable builder for constructing an instance of BetaToolTextEditor20241022.
-
-
-
-