Package com.anthropic.models
Class BetaTool.InputSchema
-
- All Implemented Interfaces:
public final class BetaTool.InputSchemaJSON schema for this tool's input.
This defines the shape of the
inputthat your tool accepts and that the model will produce.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaTool.InputSchema.BuilderA builder for InputSchema.
public final classBetaTool.InputSchema.Type
-
Method Summary
Modifier and Type Method Description final BetaTool.InputSchema.Typetype()final JsonValue_properties()final JsonField<BetaTool.InputSchema.Type>_type()final Map<String, JsonValue>_additionalProperties()final BetaTool.InputSchemavalidate()final BetaTool.InputSchema.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaTool.InputSchema.Builderbuilder()-
-
Method Detail
-
type
final BetaTool.InputSchema.Type type()
-
_properties
final JsonValue _properties()
-
_type
final JsonField<BetaTool.InputSchema.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaTool.InputSchema validate()
-
toBuilder
final BetaTool.InputSchema.Builder toBuilder()
-
builder
final static BetaTool.InputSchema.Builder builder()
-
-
-
-