聊天对话,增加 创建对话、还是继续对话逻辑

This commit is contained in:
cherishsince
2024-04-14 18:40:42 +08:00
parent a2bd9b710e
commit 7794992225
5 changed files with 145 additions and 15 deletions

View File

@ -59,7 +59,7 @@ public abstract class AbstractMessage implements Message {
}
protected AbstractMessage(MessageType messageType, String textContent, List<MediaData> mediaData,
Map<String, Object> messageProperties) {
Map<String, Object> messageProperties) {
Assert.notNull(messageType, "Message type must not be null");
Assert.notNull(textContent, "Content must not be null");