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.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()final Optional<Boolean>disableParallelToolUse()Whether to disable parallel tool use. 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()Returns a mutable builder for constructing an instance of BetaToolChoiceAny. -
-
Method Detail
-
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.
-
_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()
Returns a mutable builder for constructing an instance of BetaToolChoiceAny.
-
-
-
-