@bytexbyte/nxtlinq-ai-agent-sdk 1.2.8 → 1.2.9
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.
|
@@ -762,7 +762,7 @@ availableModels = DEFAULT_AI_MODELS, defaultModelIndex = 0, showModelSelector =
|
|
|
762
762
|
if (aitRef.current) {
|
|
763
763
|
console.log('AIT loaded successfully, retrying message');
|
|
764
764
|
// Wait a bit more to ensure permissions are also loaded
|
|
765
|
-
await new Promise(resolve => setTimeout(resolve,
|
|
765
|
+
await new Promise(resolve => setTimeout(resolve, 3000));
|
|
766
766
|
sendMessage(content, retryCount + 1, isPresetMessage);
|
|
767
767
|
}
|
|
768
768
|
else {
|
package/package.json
CHANGED