fix: build error

This commit is contained in:
imeepos
2025-07-21 23:47:20 +08:00
parent 343688af56
commit f467b215b5
4 changed files with 1 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ import { queryRagGrounding, testRagGroundingConnection, getRagGroundingConfig }
/**
* 控制台日志工具
*/
class ConsoleLogger {
export class ConsoleLogger {
static logChatResponse(userInput: string, response: any, totalTime: number) {
console.group('🎯 聊天回复详情');
console.log('📝 用户输入:', userInput);