接口 ChatMessage
- 所有已知实现类:
AiMessage,SystemMessage,ToolExecutionResultMessage,UserMessage
public interface ChatMessage
A chat message.
-
方法概要
-
方法详细资料
-
type
ChatMessageType type()The type of the message.- 返回:
- the type of the message
-
text
已过时。decode throughtype()instead.The text of the message.- 返回:
- the text of the message
-
type()instead.