Uses of Class
dev.langchain4j.model.bedrock.BedrockSystemMessage
Packages that use BedrockSystemMessage
-
Uses of BedrockSystemMessage in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return BedrockSystemMessageModifier and TypeMethodDescriptionBedrockSystemMessage.Builder.build()Builds the message.static BedrockSystemMessageBedrockSystemMessage.from(SystemMessage systemMessage) Converts a core SystemMessage to BedrockSystemMessage (no cache point).static BedrockSystemMessageCreates a simple message with single text content (no cache point).static BedrockSystemMessageBedrockSystemMessage.from(List<BedrockSystemContent> contents) Creates a message from list of content blocks.