@promptbook/openai 0.61.0-20 → 0.61.0-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/esm/index.es.js CHANGED
@@ -1322,7 +1322,7 @@ var OpenAiExecutionTools = /** @class */ (function () {
1322
1322
  /**
1323
1323
  * The version of the Promptbook library
1324
1324
  */
1325
- var PROMPTBOOK_VERSION = '0.61.0-19';
1325
+ var PROMPTBOOK_VERSION = '0.61.0-21';
1326
1326
  // TODO: !!!! List here all the versions and annotate + put into script
1327
1327
 
1328
1328
  export { OPENAI_MODELS, OpenAiExecutionTools, PROMPTBOOK_VERSION };
@@ -40,4 +40,5 @@ export type PipelineExecutor = {
40
40
  };
41
41
  /**
42
42
  * TODO: [🧠] Should this file be in /execution or /types folder?
43
+ * TODO: [💷] !!!! `assertsExecutionSuccessful` should be the method of `PipelineExecutor` result
43
44
  */
@@ -55,4 +55,5 @@ export {};
55
55
  * Note: CreatePipelineExecutorOptions are just connected to PipelineExecutor so do not extract to types folder
56
56
  * TODO: [🧠][3] transparent = (report intermediate parameters) / opaque execution = (report only output parameters) progress reporting mode
57
57
  * TODO: [🛠] Actions, instruments (and maybe knowledge) => Functions and tools
58
+ * TODO: [💷] !!!! `assertsExecutionSuccessful` should be the method of `PipelineExecutor` result
58
59
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.61.0-20",
3
+ "version": "0.61.0-22",
4
4
  "description": "Supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -49,7 +49,7 @@
49
49
  }
50
50
  ],
51
51
  "peerDependencies": {
52
- "@promptbook/core": "0.61.0-20"
52
+ "@promptbook/core": "0.61.0-22"
53
53
  },
54
54
  "main": "./umd/index.umd.js",
55
55
  "module": "./esm/index.es.js",
package/umd/index.umd.js CHANGED
@@ -1330,7 +1330,7 @@
1330
1330
  /**
1331
1331
  * The version of the Promptbook library
1332
1332
  */
1333
- var PROMPTBOOK_VERSION = '0.61.0-19';
1333
+ var PROMPTBOOK_VERSION = '0.61.0-21';
1334
1334
  // TODO: !!!! List here all the versions and annotate + put into script
1335
1335
 
1336
1336
  exports.OPENAI_MODELS = OPENAI_MODELS;
@@ -40,4 +40,5 @@ export type PipelineExecutor = {
40
40
  };
41
41
  /**
42
42
  * TODO: [🧠] Should this file be in /execution or /types folder?
43
+ * TODO: [💷] !!!! `assertsExecutionSuccessful` should be the method of `PipelineExecutor` result
43
44
  */
@@ -55,4 +55,5 @@ export {};
55
55
  * Note: CreatePipelineExecutorOptions are just connected to PipelineExecutor so do not extract to types folder
56
56
  * TODO: [🧠][3] transparent = (report intermediate parameters) / opaque execution = (report only output parameters) progress reporting mode
57
57
  * TODO: [🛠] Actions, instruments (and maybe knowledge) => Functions and tools
58
+ * TODO: [💷] !!!! `assertsExecutionSuccessful` should be the method of `PipelineExecutor` result
58
59
  */