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()Gets the system prompt content.AnthropicCreateMessageRequest.getSystem()Method parameters in dev.langchain4j.model.anthropic.internal.api with type arguments of type AnthropicTextContentModifier and TypeMethodDescriptionvoidAnthropicCountTokensRequest.setSystem(List<AnthropicTextContent> system) Sets the system prompt content.voidAnthropicCreateMessageRequest.setSystem(List<AnthropicTextContent> system) AnthropicCountTokensRequest.Builder.system(List<AnthropicTextContent> system) Sets the system prompt content.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)