Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicTool
Packages that use AnthropicTool
Package
Description
-
Uses of AnthropicTool in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api with type parameters of type AnthropicTool -
Uses of AnthropicTool in dev.langchain4j.model.anthropic.internal.mapper
Methods in dev.langchain4j.model.anthropic.internal.mapper that return AnthropicToolModifier and TypeMethodDescriptionstatic AnthropicTool
AnthropicMapper.toAnthropicTool
(ToolSpecification toolSpecification, AnthropicCacheType cacheToolsPrompt) Methods in dev.langchain4j.model.anthropic.internal.mapper that return types with arguments of type AnthropicToolModifier and TypeMethodDescriptionstatic List
<AnthropicTool> AnthropicMapper.toAnthropicTools
(List<ToolSpecification> toolSpecifications, AnthropicCacheType cacheToolsPrompt)