@promptbook/openai 0.40.0-9 → 0.40.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.
@@ -0,0 +1,5 @@
1
+ import { PromptbookLibrary } from '../PromptbookLibrary';
2
+ export declare function createPromptbookLibraryFromDirectory(): PromptbookLibrary;
3
+ /***
4
+ * TODO: !!! Annotate all + all to README and samples
5
+ */
@@ -0,0 +1,5 @@
1
+ import { PromptbookLibrary } from '../PromptbookLibrary';
2
+ export declare function createPromptbookLibraryFromList(): PromptbookLibrary;
3
+ /***
4
+ * TODO: !!! Annotate all + all to README and samples
5
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptbook/openai",
3
- "version": "0.40.0-9",
3
+ "version": "0.40.0",
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.40.0-9"
40
+ "@promptbook/core": "0.40.0"
41
41
  },
42
42
  "main": "./umd/index.umd.js",
43
43
  "module": "./esm/index.es.js",
@@ -0,0 +1,5 @@
1
+ import { PromptbookLibrary } from '../PromptbookLibrary';
2
+ export declare function createPromptbookLibraryFromDirectory(): PromptbookLibrary;
3
+ /***
4
+ * TODO: !!! Annotate all + all to README and samples
5
+ */
@@ -0,0 +1,5 @@
1
+ import { PromptbookLibrary } from '../PromptbookLibrary';
2
+ export declare function createPromptbookLibraryFromList(): PromptbookLibrary;
3
+ /***
4
+ * TODO: !!! Annotate all + all to README and samples
5
+ */