@promptbook/openai 0.27.0-3 → 0.27.0-5

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.
@@ -34,6 +34,7 @@ interface CreatePtpExecutorOptions {
34
34
  export declare function createPtpExecutor(options: CreatePtpExecutorOptions): PtpExecutor;
35
35
  export {};
36
36
  /**
37
+ * TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user
37
38
  * TODO: [👧] Strongly type the executors to avoid need of remove nullables whtn noUncheckedIndexedAccess in tsconfig.json
38
39
  * Note: CreatePtpExecutorOptions are just connected to PtpExecutor so do not extract to types folder
39
40
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.27.0-3",
3
+ "version": "0.27.0-5",
4
4
  "description": "Library to supercharge your use of large language models",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -37,7 +37,7 @@
37
37
  "openai": "4.2.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@promptbook/core": "0.27.0-3"
40
+ "@promptbook/core": "0.27.0-5"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",
@@ -34,6 +34,7 @@ interface CreatePtpExecutorOptions {
34
34
  export declare function createPtpExecutor(options: CreatePtpExecutorOptions): PtpExecutor;
35
35
  export {};
36
36
  /**
37
+ * TODO: [🧠] When not meet expectations in PROMPT_DIALOG, make some way to tell the user
37
38
  * TODO: [👧] Strongly type the executors to avoid need of remove nullables whtn noUncheckedIndexedAccess in tsconfig.json
38
39
  * Note: CreatePtpExecutorOptions are just connected to PtpExecutor so do not extract to types folder
39
40
  */