@promptbook/cli 0.72.0-3 → 0.72.0-4
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 +2 -1
- package/esm/index.es.js.map +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +2 -1
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -21,7 +21,7 @@ import OpenAI from 'openai';
|
|
|
21
21
|
/**
|
|
22
22
|
* The version of the Promptbook library
|
|
23
23
|
*/
|
|
24
|
-
var PROMPTBOOK_VERSION = '0.72.0-
|
|
24
|
+
var PROMPTBOOK_VERSION = '0.72.0-3';
|
|
25
25
|
// TODO:[main] !!!! List here all the versions and annotate + put into script
|
|
26
26
|
|
|
27
27
|
/*! *****************************************************************************
|
|
@@ -11542,6 +11542,7 @@ var OpenAiAssistantExecutionTools = /** @class */ (function (_super) {
|
|
|
11542
11542
|
if (this.options.isVerbose) {
|
|
11543
11543
|
console.info(colors.bgWhite('rawRequest'), JSON.stringify(rawRequest, null, 4));
|
|
11544
11544
|
}
|
|
11545
|
+
console.log('!!!!!! OpenAI client', client);
|
|
11545
11546
|
return [4 /*yield*/, client.beta.threads.createAndRunStream(rawRequest)];
|
|
11546
11547
|
case 2:
|
|
11547
11548
|
stream = _g.sent();
|