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
Subclasses with type arguments of type AnthropicCacheType in dev.langchain4j.model.anthropic.internal.apiMethods 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<ChatMessage> messages, AnthropicCacheType cacheType) static AnthropicToolAnthropicMapper.toAnthropicTool(ToolSpecification toolSpecification, AnthropicCacheType cacheToolsPrompt) static List<AnthropicTool> AnthropicMapper.toAnthropicTools(List<ToolSpecification> toolSpecifications, AnthropicCacheType cacheToolsPrompt)