Package com.anthropic.models
Class BetaToolChoiceAny
-
- All Implemented Interfaces:
public final class BetaToolChoiceAnyThe model will use any available tools.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaToolChoiceAny.BuilderA builder for BetaToolChoiceAny.
public final classBetaToolChoiceAny.Type
-
Method Summary
Modifier and Type Method Description final BetaToolChoiceAny.Typetype()final Optional<Boolean>disableParallelToolUse()Whether to disable parallel tool use. final JsonField<BetaToolChoiceAny.Type>_type()final JsonField<Boolean>_disableParallelToolUse()Whether to disable parallel tool use. final Map<String, JsonValue>_additionalProperties()final BetaToolChoiceAnyvalidate()final BetaToolChoiceAny.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaToolChoiceAny.Builderbuilder()-
-
Method Detail
-
type
final BetaToolChoiceAny.Type type()
-
disableParallelToolUse
final Optional<Boolean> disableParallelToolUse()
Whether to disable parallel tool use.
Defaults to
false. If set totrue, the model will output exactly one tool use.
-
_type
final JsonField<BetaToolChoiceAny.Type> _type()
-
_disableParallelToolUse
final JsonField<Boolean> _disableParallelToolUse()
Whether to disable parallel tool use.
Defaults to
false. If set totrue, the model will output exactly one tool use.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaToolChoiceAny validate()
-
toBuilder
final BetaToolChoiceAny.Builder toBuilder()
-
builder
final static BetaToolChoiceAny.Builder builder()
-
-
-
-