Package com.anthropic.models.messages
Class ToolBash20250124
-
- All Implemented Interfaces:
public final class ToolBash20250124
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classToolBash20250124.BuilderA builder for ToolBash20250124.
-
Method Summary
Modifier and Type Method Description final JsonValue_name()Name of the tool. final JsonValue_type()final Optional<CacheControlEphemeral>cacheControl()final JsonField<CacheControlEphemeral>_cacheControl()final Map<String, JsonValue>_additionalProperties()final ToolBash20250124validate()final ToolBash20250124.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ToolBash20250124.Builderbuilder()Returns a mutable builder for constructing an instance of ToolBash20250124. -
-
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<CacheControlEphemeral> cacheControl()
-
_cacheControl
final JsonField<CacheControlEphemeral> _cacheControl()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ToolBash20250124 validate()
-
toBuilder
final ToolBash20250124.Builder toBuilder()
-
builder
final static ToolBash20250124.Builder builder()
Returns a mutable builder for constructing an instance of ToolBash20250124.
-
-
-
-