创建ChatRoom同步AI数据

This commit is contained in:
2025-12-23 17:31:34 +08:00
parent d2e141f17c
commit d3ef2f0d60
3 changed files with 135 additions and 40 deletions

View File

@@ -73,7 +73,7 @@ public class ChatController {
}
}
log.info("创建会话: agentId={}, title={}, userId={}, userType={}", chat.getAgentId(), chat.getTitle(), chat.getUserId());
log.info("创建会话: agentId={}, title={}, userId={}, userType={}", chat.getAgentId(), chat.getTitle(), chat.getUserId(), chat.getUserType());
return chatService.createChat(chat);
}