refactor(aiCore): 将console.log替换为logger.debug以改进日志记录

This commit is contained in:
icarus 2025-08-29 19:52:13 +08:00
parent aaa51c435e
commit 1460a0b5b9

View File

@ -62,7 +62,7 @@ export default class ModernAiProvider {
// 准备特殊配置
await prepareSpecialProviderConfig(this.actualProvider, this.config)
console.log('this.config', this.config)
logger.debug('this.config', this.config)
if (config.topicId && getEnableDeveloperMode()) {
// TypeScript类型窄化确保topicId是string类型
const traceConfig = {