Package com.anthropic.models
Class BetaToolBash20241022.Builder
-
- All Implemented Interfaces:
public final class BetaToolBash20241022.BuilderA builder for BetaToolBash20241022.
-
-
Method Summary
-
-
Method Detail
-
name
final BetaToolBash20241022.Builder name(BetaToolBash20241022.Name name)
Name of the tool.
This is how the tool will be called by the model and in tool_use blocks.
-
name
final BetaToolBash20241022.Builder name(JsonField<BetaToolBash20241022.Name> name)
Name of the tool.
This is how the tool will be called by the model and in tool_use blocks.
-
type
final BetaToolBash20241022.Builder type(BetaToolBash20241022.Type type)
-
type
final BetaToolBash20241022.Builder type(JsonField<BetaToolBash20241022.Type> type)
-
cacheControl
final BetaToolBash20241022.Builder cacheControl(BetaCacheControlEphemeral cacheControl)
-
cacheControl
final BetaToolBash20241022.Builder cacheControl(Optional<BetaCacheControlEphemeral> cacheControl)
-
cacheControl
final BetaToolBash20241022.Builder cacheControl(JsonField<BetaCacheControlEphemeral> cacheControl)
-
additionalProperties
final BetaToolBash20241022.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaToolBash20241022.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaToolBash20241022.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaToolBash20241022.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaToolBash20241022.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaToolBash20241022 build()
-
-
-
-