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 AnthropicToolAnthropicMapper.toAnthropicTool(dev.langchain4j.agent.tool.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<dev.langchain4j.agent.tool.ToolSpecification> toolSpecifications, AnthropicCacheType cacheToolsPrompt)