创建ChatRoom同步AI数据
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user