@acorex/components 20.7.21 → 20.7.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5533,7 +5533,6 @@ class AXConversationAiResponderService {
5533
5533
  console.error(`AI response error (attempt ${retryCount + 1}/${this.config.maxRetries + 1}):`, error);
5534
5534
  // Retry logic
5535
5535
  if (retryCount < this.config.maxRetries) {
5536
- console.log(`Retrying AI request... (${retryCount + 1}/${this.config.maxRetries})`);
5537
5536
  // On auth error, fall back to simple responses
5538
5537
  if (retryCount === 0) {
5539
5538
  return this.getFallbackReply();