bunnyquery 1.0.0 → 1.0.1
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/bunnyquery.js +1 -1
- package/package.json +1 -1
package/bunnyquery.js
CHANGED
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
async _bootstrap() {
|
|
570
570
|
// 1. Validate that the project has a configured AI platform.
|
|
571
571
|
if (!this.platform) {
|
|
572
|
-
this._renderFatal('This project does not have an AI agent configured yet.
|
|
572
|
+
this._renderFatal('This project does not have an AI agent configured yet. Please ask the project owner to set up an AI agent in the project settings page.');
|
|
573
573
|
return;
|
|
574
574
|
}
|
|
575
575
|
|