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 AnthropicToolMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicToolMethods in dev.langchain4j.model.anthropic.internal.api that return types with arguments of type AnthropicToolModifier and TypeMethodDescriptionAnthropicCountTokensRequest.getTools()AnthropicCreateMessageRequest.getTools()Method parameters in dev.langchain4j.model.anthropic.internal.api with type arguments of type AnthropicToolModifier and TypeMethodDescriptionvoidAnthropicCountTokensRequest.setTools(List<AnthropicTool> tools) voidAnthropicCreateMessageRequest.setTools(List<AnthropicTool> tools) AnthropicCountTokensRequest.Builder.tools(List<AnthropicTool> tools) AnthropicCreateMessageRequest.Builder.tools(List<AnthropicTool> tools) -
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(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)