Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicTextContent
Packages that use AnthropicTextContent
Package
Description
-
Uses of AnthropicTextContent in dev.langchain4j.model.anthropic.internal.api
Fields in dev.langchain4j.model.anthropic.internal.api with type parameters of type AnthropicTextContentMethods in dev.langchain4j.model.anthropic.internal.api that return types with arguments of type AnthropicTextContentModifier and TypeMethodDescriptionAnthropicCountTokensRequest.getSystem()
AnthropicCreateMessageRequest.getSystem()
Method parameters in dev.langchain4j.model.anthropic.internal.api with type arguments of type AnthropicTextContentModifier and TypeMethodDescriptionvoid
AnthropicCountTokensRequest.setSystem
(List<AnthropicTextContent> system) void
AnthropicCreateMessageRequest.setSystem
(List<AnthropicTextContent> system) AnthropicCountTokensRequest.Builder.system
(List<AnthropicTextContent> system) AnthropicCreateMessageRequest.Builder.system
(List<AnthropicTextContent> system) -
Uses of AnthropicTextContent in dev.langchain4j.model.anthropic.internal.mapper
Methods in dev.langchain4j.model.anthropic.internal.mapper that return types with arguments of type AnthropicTextContentModifier and TypeMethodDescriptionstatic List
<AnthropicTextContent> AnthropicMapper.toAnthropicSystemPrompt
(List<ChatMessage> messages, AnthropicCacheType cacheType)