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.apiFields 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 TypeMethodDescriptionvoidAnthropicCountTokensRequest.setSystem(List<AnthropicTextContent> system) voidAnthropicCreateMessageRequest.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.mapperMethods 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)