Class AnthropicTool
java.lang.Object
dev.langchain4j.model.anthropic.internal.api.AnthropicTool
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionAnthropicTool(AnthropicTool.Builder builder) AnthropicTool(String name, String description, AnthropicToolSchema inputSchema, AnthropicCacheControl cacheControl) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
name
-
description
-
inputSchema
-
cacheControl
-
customParameters
-
-
Constructor Details
-
AnthropicTool
public AnthropicTool() -
AnthropicTool
-
AnthropicTool
@Deprecated(since="1.10.0", forRemoval=true) public AnthropicTool(String name, String description, AnthropicToolSchema inputSchema, AnthropicCacheControl cacheControl) Deprecated, for removal: This API element is subject to removal in a future version.please useAnthropicTool(Builder)instead
-
-
Method Details
-
customParameters
-
equals
-
hashCode
-
toString
-
builder
-
AnthropicTool(Builder)instead