@promptbook/node 0.110.0-0 → 0.110.0-2
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
|
@@ -34,7 +34,7 @@ const BOOK_LANGUAGE_VERSION = '2.0.0';
|
|
|
34
34
|
* @generated
|
|
35
35
|
* @see https://github.com/webgptorg/promptbook
|
|
36
36
|
*/
|
|
37
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.110.0-
|
|
37
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.110.0-2';
|
|
38
38
|
/**
|
|
39
39
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
40
40
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -23964,6 +23964,7 @@ class OpenAiAssistantExecutionTools extends OpenAiExecutionTools {
|
|
|
23964
23964
|
getAssistant(assistantId) {
|
|
23965
23965
|
return new OpenAiAssistantExecutionTools({
|
|
23966
23966
|
...this.options,
|
|
23967
|
+
isCreatingNewAssistantsAllowed: this.isCreatingNewAssistantsAllowed,
|
|
23967
23968
|
assistantId,
|
|
23968
23969
|
});
|
|
23969
23970
|
}
|