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
(String name, String description, AnthropicToolSchema inputSchema, AnthropicCacheControl cacheControl) -
Method Summary
-
Field Details
-
name
-
description
-
inputSchema
-
cacheControl
-
-
Constructor Details
-
AnthropicTool
public AnthropicTool() -
AnthropicTool
public AnthropicTool(String name, String description, AnthropicToolSchema inputSchema, AnthropicCacheControl cacheControl)
-
-
Method Details