Uses of Class
dev.langchain4j.model.vertexai.anthropic.internal.api.AnthropicSystemMessage
Packages that use AnthropicSystemMessage
Package
Description
-
Uses of AnthropicSystemMessage in dev.langchain4j.model.vertexai.anthropic.internal.api
Fields in dev.langchain4j.model.vertexai.anthropic.internal.api with type parameters of type AnthropicSystemMessageMethods in dev.langchain4j.model.vertexai.anthropic.internal.api that return AnthropicSystemMessageModifier and TypeMethodDescriptionstatic AnthropicSystemMessageAnthropicSystemMessage.textSystemMessage(String text) static AnthropicSystemMessageAnthropicSystemMessage.textSystemMessageWithCache(String text, AnthropicCacheControl cacheControl) -
Uses of AnthropicSystemMessage in dev.langchain4j.model.vertexai.anthropic.internal.mapper
Methods in dev.langchain4j.model.vertexai.anthropic.internal.mapper that return types with arguments of type AnthropicSystemMessageModifier and TypeMethodDescriptionstatic List<AnthropicSystemMessage> AnthropicRequestMapper.toAnthropicSystemMessages(List<ChatMessage> messages)