org.llm4s.llmconnect.model.SystemMessage
See theSystemMessage companion object
final case class SystemMessage(content: String) extends Message
Represents a system message, which is typically used to set context or instructions for the LLM.
A system prompt provides the foundational instructions and behavioral guidelines that shape how the LLM should respond to a user request, including its personality, capabilities, constraints, and communication style. It acts as the model's "operating manual," establishing context about what it should and shouldn't do, how to handle various scenarios, and what information it has access to.
Value parameters
- content
-
Content of the system message.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article