@superatomai/sdk-node 0.0.7 → 0.0.8
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +868 -52
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +868 -52
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1327,6 +1327,7 @@ declare class SuperatomSDK {
|
|
|
1327
1327
|
constructor(config: SuperatomSDKConfig);
|
|
1328
1328
|
/**
|
|
1329
1329
|
* Initialize PromptLoader and load prompts into memory
|
|
1330
|
+
* Tries to load from file system first, then falls back to hardcoded prompts
|
|
1330
1331
|
*/
|
|
1331
1332
|
private initializePromptLoader;
|
|
1332
1333
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1327,6 +1327,7 @@ declare class SuperatomSDK {
|
|
|
1327
1327
|
constructor(config: SuperatomSDKConfig);
|
|
1328
1328
|
/**
|
|
1329
1329
|
* Initialize PromptLoader and load prompts into memory
|
|
1330
|
+
* Tries to load from file system first, then falls back to hardcoded prompts
|
|
1330
1331
|
*/
|
|
1331
1332
|
private initializePromptLoader;
|
|
1332
1333
|
/**
|