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) AnthropicToolUseContent.Builder.cacheControl(AnthropicCacheControl cacheControl) static AnthropicImageContentAnthropicImageContent.fromBase64(String mediaType, String data, AnthropicCacheControl cacheControl) static AnthropicPdfContentAnthropicPdfContent.fromBase64(String mediaType, String data, AnthropicCacheControl cacheControl) static AnthropicImageContentAnthropicImageContent.fromUrl(String url, AnthropicCacheControl cacheControl) static AnthropicPdfContentAnthropicPdfContent.fromUrl(String url, AnthropicCacheControl cacheControl) Constructors in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicCacheControlModifierConstructorDescriptionAnthropicImageContent(AnthropicImageContentSource source, AnthropicCacheControl cacheControl) AnthropicMessageContent(String type, AnthropicCacheControl cacheControl) AnthropicPdfContent(AnthropicPdfContentSource source, AnthropicCacheControl cacheControl) AnthropicTextContent(String text, AnthropicCacheControl cacheControl) AnthropicTool(String name, String description, AnthropicToolSchema inputSchema, AnthropicCacheControl cacheControl) Deprecated, for removal: This API element is subject to removal in a future version.AnthropicToolResultContent(String toolUseId, String content, Boolean isError, AnthropicCacheControl cacheControl) AnthropicToolResultContent(String toolUseId, List<AnthropicMessageContent> content, Boolean isError, AnthropicCacheControl cacheControl) AnthropicToolUseContent(String id, String name, String input, AnthropicCacheControl cacheControl)
AnthropicTool(Builder)instead