fix: remove verbose parameters log

This commit is contained in:
KernelDeimos
2025-10-07 02:01:15 -04:00
committed by Eric Dubé
parent 70cde54f80
commit 44522f0a22

View File

@@ -380,7 +380,7 @@ class AIChatService extends BaseService {
const completionId = this.modules.cuid2();
this.log.noticeme('AIChatService.complete', { intended_service, parameters, test_mode });
this.log.noticeme('AIChatService.complete', { intended_service, test_mode });
const svc_event = this.services.get('event');
const event = {
actor: Context.get('actor'),