Interface ChatMessage

All Known Implementing Classes:
AiMessage, SystemMessage, ToolExecutionResultMessage, UserMessage

public interface ChatMessage
Represents a chat message. Used together with ChatLanguageModel and StreamingChatLanguageModel.
See Also: