Uses of Enum Class
dev.langchain4j.model.anthropic.internal.api.AnthropicCacheType
Packages that use AnthropicCacheType
Package
Description
-
Uses of AnthropicCacheType in dev.langchain4j.model.anthropic.internal.api
Methods in dev.langchain4j.model.anthropic.internal.api that return AnthropicCacheTypeModifier and TypeMethodDescriptionstatic AnthropicCacheTypeReturns the enum constant of this class with the specified name.static AnthropicCacheType[]AnthropicCacheType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AnthropicCacheType in dev.langchain4j.model.anthropic.internal.mapper
Methods in dev.langchain4j.model.anthropic.internal.mapper with parameters of type AnthropicCacheTypeModifier and TypeMethodDescriptionstatic List<AnthropicTextContent> AnthropicMapper.toAnthropicSystemPrompt(List<dev.langchain4j.data.message.ChatMessage> messages, AnthropicCacheType cacheType) static AnthropicToolAnthropicMapper.toAnthropicTool(dev.langchain4j.agent.tool.ToolSpecification toolSpecification, AnthropicCacheType cacheToolsPrompt) static List<AnthropicTool> AnthropicMapper.toAnthropicTools(List<dev.langchain4j.agent.tool.ToolSpecification> toolSpecifications, AnthropicCacheType cacheToolsPrompt)