Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicCacheControl
Packages that use AnthropicCacheControl
-
Uses of AnthropicCacheControl in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api declared as AnthropicCacheControlMethods in dev.langchain4j.model.anthropic.internal.api that return AnthropicCacheControlMethods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicCacheControlModifier and TypeMethodDescriptionAnthropicTool.Builder.cacheControl
(AnthropicCacheControl cacheControl) Constructors in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicCacheControlModifierConstructorDescriptionAnthropicMessageContent
(String type, AnthropicCacheControl cacheControl) AnthropicTextContent
(String text, AnthropicCacheControl cacheControl) AnthropicTool
(String name, String description, AnthropicToolSchema inputSchema, AnthropicCacheControl cacheControl)