Class SystemMessage

java.lang.Object
dev.langchain4j.data.message.SystemMessage
All Implemented Interfaces:
ChatMessage

public class SystemMessage extends Object implements ChatMessage
Represents a system message, typically defined by a developer. This type of message usually provides instructions regarding the AI's actions, such as its behavior or response style.