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) 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) 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