Package com.anthropic.models.messages
Class ToolChoiceNone
-
- All Implemented Interfaces:
public final class ToolChoiceNoneThe model will not be allowed to use tools.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classToolChoiceNone.BuilderA builder for ToolChoiceNone.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()final Map<String, JsonValue>_additionalProperties()final ToolChoiceNonevalidate()final ToolChoiceNone.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ToolChoiceNone.Builderbuilder()Returns a mutable builder for constructing an instance of ToolChoiceNone. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ToolChoiceNone validate()
-
toBuilder
final ToolChoiceNone.Builder toBuilder()
-
builder
final static ToolChoiceNone.Builder builder()
Returns a mutable builder for constructing an instance of ToolChoiceNone.
-
-
-
-