@promptbook/fake-llm
Advanced tools
Comparing version 0.59.0-24 to 0.59.0-25
@@ -846,5 +846,5 @@ import { spaceTrim } from 'spacetrim'; | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.59.0-23'; | ||
var PROMPTBOOK_VERSION = '0.59.0-24'; | ||
export { MockedEchoLlmExecutionTools, MockedFackedLlmExecutionTools, PROMPTBOOK_VERSION }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -9,1 +9,5 @@ /** | ||
export declare const CHARACTER_LOOP_LIMIT = 100000; | ||
/** | ||
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory` | ||
*/ | ||
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library"; |
{ | ||
"name": "@promptbook/fake-llm", | ||
"version": "0.59.0-24", | ||
"version": "0.59.0-25", | ||
"description": "Library to supercharge your use of large language models", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@promptbook/core": "0.59.0-24" | ||
"@promptbook/core": "0.59.0-25" | ||
}, | ||
@@ -54,0 +54,0 @@ "main": "./umd/index.umd.js", |
@@ -849,3 +849,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_VERSION = '0.59.0-23'; | ||
var PROMPTBOOK_VERSION = '0.59.0-24'; | ||
@@ -852,0 +852,0 @@ exports.MockedEchoLlmExecutionTools = MockedEchoLlmExecutionTools; |
@@ -9,1 +9,5 @@ /** | ||
export declare const CHARACTER_LOOP_LIMIT = 100000; | ||
/** | ||
* The name of the builded promptbook library made by CLI `promptbook make` and for lookup in `createLibraryFromDirectory` | ||
*/ | ||
export declare const PROMPTBOOK_MAKED_BASE_FILENAME = "promptbook-library"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
572443
9967