Package com.anthropic.models
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.
public final classBetaToolTextEditor20241022.NameName of the tool.
This is how the tool will be called by the model and in tool_use blocks.
public final classBetaToolTextEditor20241022.Type
-
Method Summary
Modifier and Type Method Description final BetaToolTextEditor20241022.Namename()Name of the tool. final BetaToolTextEditor20241022.Typetype()final Optional<BetaCacheControlEphemeral>cacheControl()final JsonField<BetaToolTextEditor20241022.Name>_name()Name of the tool. final JsonField<BetaToolTextEditor20241022.Type>_type()final JsonField<BetaCacheControlEphemeral>_cacheControl()final Map<String, JsonValue>_additionalProperties()final BetaToolTextEditor20241022validate()final BetaToolTextEditor20241022.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaToolTextEditor20241022.Builderbuilder()-
-
Method Detail
-
name
final BetaToolTextEditor20241022.Name name()
Name of the tool.
This is how the tool will be called by the model and in tool_use blocks.
-
type
final BetaToolTextEditor20241022.Type type()
-
cacheControl
final Optional<BetaCacheControlEphemeral> cacheControl()
-
_name
final JsonField<BetaToolTextEditor20241022.Name> _name()
Name of the tool.
This is how the tool will be called by the model and in tool_use blocks.
-
_type
final JsonField<BetaToolTextEditor20241022.Type> _type()
-
_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()
-
-
-
-