Class AnthropicToolSchema
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicToolSchema
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
-
Field Details
-
type
-
additionalProperties
-
properties
-
required
-
-
Constructor Details
-
AnthropicToolSchema
public AnthropicToolSchema() -
AnthropicToolSchema
@Deprecated public AnthropicToolSchema(String type, Map<String, Map<String, Object>> properties, List<String> required) Deprecated.please useAnthropicToolSchema(Builder)instead -
AnthropicToolSchema
-
-
Method Details
-
equals
-
hashCode
-
toString
-
builder
-
AnthropicToolSchema(Builder)instead