类 CustomMessage
java.lang.Object
com.ajaxjs.mcp.message.CustomMessage
- 所有已实现的接口:
ChatMessage
Represents a custom message.
Can be used only with ChatLanguageModel implementations that support this type of message.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
CustomMessage
public CustomMessage()
-
-
方法详细资料
-
type
从接口复制的说明:ChatMessageThe type of the message.- 指定者:
type在接口中ChatMessage- 返回:
- the type of the message
-