@t2000/sdk 5.23.0 → 5.24.0
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1902,7 +1902,7 @@ function resolveApiKey(apiKey) {
|
|
|
1902
1902
|
if (!key) {
|
|
1903
1903
|
throw new exports.T2000Error(
|
|
1904
1904
|
"INVALID_KEY",
|
|
1905
|
-
"No Private API key. Pass `apiKey` or set T2000_API_KEY. Generate one at
|
|
1905
|
+
"No Private API key. Pass `apiKey` or set T2000_API_KEY. Generate one at agents.t2000.ai/manage (Pro/Max)."
|
|
1906
1906
|
);
|
|
1907
1907
|
}
|
|
1908
1908
|
return key;
|