Class SystemMessage
java.lang.Object
dev.langchain4j.model.openai.internal.chat.SystemMessage
- All Implemented Interfaces:
Message
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemMessage.Builderbuilder()content()Returns the content set as a plain string, ornullwhen it was set as a list of content blocks instead (seecontents()).contents()Returns the content set as a list of content blocks, ornullwhen it was set as a plain string instead (seecontent()).booleanstatic SystemMessageinthashCode()name()role()toString()
-
Constructor Details
-
SystemMessage
-
-
Method Details
-
role
-
content
Returns the content set as a plain string, ornullwhen it was set as a list of content blocks instead (seecontents()). -
contents
-
name
-
equals
-
hashCode
-
toString
-
from
-
builder
-