类 SystemMessage
java.lang.Object
com.ajaxjs.mcp.message.SystemMessage
- 所有已实现的接口:
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.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SystemMessage
public SystemMessage()
-
-
方法详细资料
-
type
从接口复制的说明:ChatMessageThe type of the message.- 指定者:
type在接口中ChatMessage- 返回:
- the type of the message
-