@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.
- package/fesm2022/acorex-components-conversation2.mjs +0 -1
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +0 -1
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +14 -21
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view-legacy.mjs +1 -5
- package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -1
- package/package.json +22 -22
- package/side-menu/index.d.ts +2 -2
- package/tree-view-legacy/index.d.ts +0 -1
|
@@ -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();
|