Uses of Class
dev.langchain4j.data.message.SystemMessage
Packages that use SystemMessage
Package
Description
AWS Bedrock integration for LangChain4j.
-
Uses of SystemMessage in dev.langchain4j.data.message
Methods in dev.langchain4j.data.message that return SystemMessageModifier and TypeMethodDescriptionstatic SystemMessageCreates a new system message.static SystemMessageSystemMessage.systemMessage(String text) Creates a new system message.Methods in dev.langchain4j.data.message that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionstatic List<SystemMessage> SystemMessage.findAll(List<ChatMessage> messages) static Optional<SystemMessage> SystemMessage.findFirst(List<ChatMessage> messages) static Optional<SystemMessage> SystemMessage.findLast(List<ChatMessage> messages) -
Uses of SystemMessage in dev.langchain4j.model.bedrock
Methods in dev.langchain4j.model.bedrock that return SystemMessageModifier and TypeMethodDescriptionBedrockSystemMessage.toSystemMessage()Converts to core SystemMessage (loses cache point information).Methods in dev.langchain4j.model.bedrock with parameters of type SystemMessageModifier and TypeMethodDescriptionstatic BedrockSystemMessageBedrockSystemMessage.from(SystemMessage systemMessage) Converts a core SystemMessage to BedrockSystemMessage (no cache point). -
Uses of SystemMessage in dev.langchain4j.model.input
Methods in dev.langchain4j.model.input that return SystemMessageModifier and TypeMethodDescriptionPrompt.toSystemMessage()Convert this prompt to a SystemMessage. -
Uses of SystemMessage in dev.langchain4j.observability.api.event
Methods in dev.langchain4j.observability.api.event that return SystemMessageModifier and TypeMethodDescription@Nullable SystemMessageAiServiceStartedEvent.AiServiceStartedEventBuilder.systemMessage()Methods in dev.langchain4j.observability.api.event that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionAiServiceStartedEvent.systemMessage()Retrieves an optional system message associated with the invocation.Methods in dev.langchain4j.observability.api.event with parameters of type SystemMessageModifier and TypeMethodDescriptionAiServiceStartedEvent.AiServiceStartedEventBuilder.systemMessage(@Nullable SystemMessage systemMessage) Sets a system message.Method parameters in dev.langchain4j.observability.api.event with type arguments of type SystemMessageModifier and TypeMethodDescriptionAiServiceStartedEvent.AiServiceStartedEventBuilder.systemMessage(Optional<SystemMessage> systemMessage) Sets an optional system message. -
Uses of SystemMessage in dev.langchain4j.observability.event
Methods in dev.langchain4j.observability.event that return types with arguments of type SystemMessage -
Uses of SystemMessage in dev.langchain4j.rag.query
Methods in dev.langchain4j.rag.query that return SystemMessageMethods in dev.langchain4j.rag.query with parameters of type SystemMessageModifier and TypeMethodDescriptionstatic MetadataMetadata.from(ChatMessage chatMessage, SystemMessage systemMessage, Object chatMemoryId, List<ChatMessage> chatMemory) Metadata.Builder.systemMessage(SystemMessage systemMessage) Constructors in dev.langchain4j.rag.query with parameters of type SystemMessageModifierConstructorDescriptionMetadata(ChatMessage chatMessage, SystemMessage systemMessage, Object chatMemoryId, List<ChatMessage> chatMemory)