@promptbook/openai 0.34.1 → 0.35.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.
|
@@ -6,5 +6,6 @@ import type { ExecutionReportStringOptions } from './ExecutionReportStringOption
|
|
|
6
6
|
*/
|
|
7
7
|
export declare function executionReportJsonToString(executionReportJson: ExecutionReportJson, options?: Partial<ExecutionReportStringOptions>): ExecutionReportString;
|
|
8
8
|
/**
|
|
9
|
+
* TODO: Add mermaid chart for every report
|
|
9
10
|
* TODO: [🧠] Allow to filter out some parts of the report by options
|
|
10
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/openai",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.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
|
+
"@promptbook/core": "0.35.0"
|
|
41
41
|
},
|
|
42
42
|
"main": "./umd/index.umd.js",
|
|
43
43
|
"module": "./esm/index.es.js",
|
|
@@ -6,5 +6,6 @@ import type { ExecutionReportStringOptions } from './ExecutionReportStringOption
|
|
|
6
6
|
*/
|
|
7
7
|
export declare function executionReportJsonToString(executionReportJson: ExecutionReportJson, options?: Partial<ExecutionReportStringOptions>): ExecutionReportString;
|
|
8
8
|
/**
|
|
9
|
+
* TODO: Add mermaid chart for every report
|
|
9
10
|
* TODO: [🧠] Allow to filter out some parts of the report by options
|
|
10
11
|
*/
|