Uses of Class
dev.langchain4j.data.message.SystemMessage
Packages that use SystemMessage
Package
Description
-
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.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