Uses of Class
dev.langchain4j.model.vertexai.anthropic.internal.api.AnthropicContent
Packages that use AnthropicContent
-
Uses of AnthropicContent in dev.langchain4j.model.vertexai.anthropic.internal.api
Fields in dev.langchain4j.model.vertexai.anthropic.internal.api with type parameters of type AnthropicContentMethods in dev.langchain4j.model.vertexai.anthropic.internal.api that return AnthropicContentModifier and TypeMethodDescriptionstatic AnthropicContentAnthropicContent.imageContent(AnthropicSource source) static AnthropicContentAnthropicContent.textContent(String text) static AnthropicContentAnthropicContent.textContentWithCache(String text, AnthropicCacheControl cacheControl) static AnthropicContentAnthropicContent.toolResult(String toolUseId, String text) static AnthropicContentConstructor parameters in dev.langchain4j.model.vertexai.anthropic.internal.api with type arguments of type AnthropicContent