@promptbook/core 0.67.7 → 0.67.8
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
|
@@ -9,7 +9,7 @@ import moment from 'moment';
|
|
|
9
9
|
/**
|
|
10
10
|
* The version of the Promptbook library
|
|
11
11
|
*/
|
|
12
|
-
var PROMPTBOOK_VERSION = '0.67.
|
|
12
|
+
var PROMPTBOOK_VERSION = '0.67.7';
|
|
13
13
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
14
14
|
|
|
15
15
|
/*! *****************************************************************************
|
|
@@ -1779,7 +1779,7 @@ function forEachAsync(array, options, callbackfunction) {
|
|
|
1779
1779
|
});
|
|
1780
1780
|
}
|
|
1781
1781
|
|
|
1782
|
-
var PipelineCollection = [{title:"Prepare Knowledge from Markdown",pipelineUrl:"https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md",promptbookVersion:"0.67.
|
|
1782
|
+
var PipelineCollection = [{title:"Prepare Knowledge from Markdown",pipelineUrl:"https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md",promptbookVersion:"0.67.7",parameters:[{name:"knowledgeContent",description:"Markdown document content",isInput:true,isOutput:false},{name:"knowledgePieces",description:"The knowledge JSON object",isInput:false,isOutput:true}],promptTemplates:[{blockType:"PROMPT_TEMPLATE",name:"knowledge",title:"Knowledge",modelRequirements:{modelVariant:"CHAT"},content:"You are experienced data researcher, extract the important knowledge from the document.\n\n# Rules\n\n- Make pieces of information concise, clear, and easy to understand\n- One piece of information should be approximately 1 paragraph\n- Divide the paragraphs by markdown horizontal lines ---\n- Omit irrelevant information\n- Group redundant information\n- Write just extracted information, nothing else\n\n# The document\n\nTake information from this document:\n\n> {knowledgeContent}",dependentParameterNames:["knowledgeContent"],resultingParameterName:"knowledgePieces"}],knowledgeSources:[],knowledgePieces:[],personas:[],preparations:[],sourceFile:"./promptbook-collection/prepare-knowledge-from-markdown.ptbk.md"},{title:"Prepare Keywords",pipelineUrl:"https://promptbook.studio/promptbook/prepare-knowledge-keywords.ptbk.md",promptbookVersion:"0.67.7",parameters:[{name:"knowledgePieceContent",description:"The content",isInput:true,isOutput:false},{name:"keywords",description:"Keywords separated by comma",isInput:false,isOutput:true}],promptTemplates:[{blockType:"PROMPT_TEMPLATE",name:"knowledge",title:"Knowledge",modelRequirements:{modelVariant:"CHAT"},content:"You are experienced data researcher, detect the important keywords in the document.\n\n# Rules\n\n- Write just keywords separated by comma\n\n# The document\n\nTake information from this document:\n\n> {knowledgePieceContent}",dependentParameterNames:["knowledgePieceContent"],resultingParameterName:"keywords"}],knowledgeSources:[],knowledgePieces:[],personas:[],preparations:[],sourceFile:"./promptbook-collection/prepare-knowledge-keywords.ptbk.md"},{title:"Prepare Title",pipelineUrl:"https://promptbook.studio/promptbook/prepare-knowledge-title.ptbk.md",promptbookVersion:"0.67.7",parameters:[{name:"knowledgePieceContent",description:"The content",isInput:true,isOutput:false},{name:"title",description:"The title of the document",isInput:false,isOutput:true}],promptTemplates:[{blockType:"PROMPT_TEMPLATE",name:"knowledge",title:"Knowledge",modelRequirements:{modelVariant:"CHAT"},content:"You are experienced content creator, write best title for the document.\n\n# Rules\n\n- Write just title, nothing else\n- Title should be concise and clear\n- Write maximum 5 words for the title\n\n# The document\n\n> {knowledgePieceContent}",expectations:{words:{min:1,max:8}},dependentParameterNames:["knowledgePieceContent"],resultingParameterName:"title"}],knowledgeSources:[],knowledgePieces:[],personas:[],preparations:[],sourceFile:"./promptbook-collection/prepare-knowledge-title.ptbk.md"},{title:"Prepare Keywords",pipelineUrl:"https://promptbook.studio/promptbook/prepare-persona.ptbk.md",promptbookVersion:"0.67.7",parameters:[{name:"availableModelNames",description:"List of available model names separated by comma (,)",isInput:true,isOutput:false},{name:"personaDescription",description:"Description of the persona",isInput:true,isOutput:false},{name:"modelRequirements",description:"Specific requirements for the model",isInput:false,isOutput:true}],promptTemplates:[{blockType:"PROMPT_TEMPLATE",name:"make-model-requirements",title:"Make modelRequirements",modelRequirements:{modelVariant:"CHAT"},content:"You are experienced AI engineer, you need to create virtual assistant.\nWrite\n\n## Sample\n\n```json\n{\n\"modelName\": \"gpt-4o\",\n\"systemMessage\": \"You are experienced AI engineer and helpfull assistant.\",\n\"temperature\": 0.7\n}\n```\n\n## Instructions\n\n- Your output format is JSON object\n- Write just the JSON object, no other text should be present\n- It contains the following keys:\n - `modelName`: The name of the model to use\n - `systemMessage`: The system message to provide context to the model\n - `temperature`: The sampling temperature to use\n\n### Key `modelName`\n\nPick from the following models:\n\n- {availableModelNames}\n\n### Key `systemMessage`\n\nThe system message is used to communicate instructions or provide context to the model at the beginning of a conversation. It is displayed in a different format compared to user messages, helping the model understand its role in the conversation. The system message typically guides the model's behavior, sets the tone, or specifies desired output from the model. By utilizing the system message effectively, users can steer the model towards generating more accurate and relevant responses.\n\nFor example:\n\n> You are an experienced AI engineer and helpful assistant.\n\n> You are a friendly and knowledgeable chatbot.\n\n### Key `temperature`\n\nThe sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use log probability to automatically increase the temperature until certain thresholds are hit.\n\nYou can pick a value between 0 and 2. For example:\n\n- `0.1`: Low temperature, extremely conservative and deterministic\n- `0.5`: Medium temperature, balanced between conservative and creative\n- `1.0`: High temperature, creative and bit random\n- `1.5`: Very high temperature, extremely creative and often chaotic and unpredictable\n- `2.0`: Maximum temperature, completely random and unpredictable, for some extreme creative use cases\n\n# The assistant\n\nTake this description of the persona:\n\n> {personaDescription}",expectFormat:"JSON",dependentParameterNames:["availableModelNames","personaDescription"],resultingParameterName:"modelRequirements"}],knowledgeSources:[],knowledgePieces:[],personas:[],preparations:[],sourceFile:"./promptbook-collection/prepare-persona.ptbk.md"}];
|
|
1783
1783
|
|
|
1784
1784
|
var defaultDiacriticsRemovalMap = [
|
|
1785
1785
|
{
|
|
@@ -3372,7 +3372,7 @@ function createPipelineExecutor(options) {
|
|
|
3372
3372
|
}
|
|
3373
3373
|
function executeSingleTemplate(currentTemplate) {
|
|
3374
3374
|
return __awaiter(this, void 0, void 0, function () {
|
|
3375
|
-
var name, title, priority, usedParameterNames, dependentParameterNames, definedParameters, _a, _b, _c, definedParameterNames, parameters, _loop_4, _d, _e, parameterName, prompt, chatResult, completionResult, embeddingResult, result, resultString, expectError, scriptPipelineExecutionErrors, maxAttempts, jokerParameterNames, preparedContent, _loop_5, attempt, state_2;
|
|
3375
|
+
var name, title, priority, progress_1, usedParameterNames, dependentParameterNames, definedParameters, _a, _b, _c, definedParameterNames, parameters, _loop_4, _d, _e, parameterName, prompt, chatResult, completionResult, embeddingResult, result, resultString, expectError, scriptPipelineExecutionErrors, maxAttempts, jokerParameterNames, preparedContent, _loop_5, attempt, state_2, progress_2;
|
|
3376
3376
|
var e_4, _f, _g;
|
|
3377
3377
|
return __generator(this, function (_h) {
|
|
3378
3378
|
switch (_h.label) {
|
|
@@ -3381,16 +3381,23 @@ function createPipelineExecutor(options) {
|
|
|
3381
3381
|
title = currentTemplate.title;
|
|
3382
3382
|
priority = preparedPipeline.promptTemplates.length - preparedPipeline.promptTemplates.indexOf(currentTemplate);
|
|
3383
3383
|
if (!onProgress /* <- [3] */) return [3 /*break*/, 2]; /* <- [3] */
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3384
|
+
progress_1 = {
|
|
3385
|
+
name: name,
|
|
3386
|
+
title: title,
|
|
3387
|
+
isStarted: false,
|
|
3388
|
+
isDone: false,
|
|
3389
|
+
blockType: currentTemplate.blockType,
|
|
3390
|
+
parameterName: currentTemplate.resultingParameterName,
|
|
3391
|
+
parameterValue: null,
|
|
3392
|
+
// <- [3]
|
|
3393
|
+
};
|
|
3394
|
+
if (isReturned) {
|
|
3395
|
+
throw new UnexpectedError(spaceTrim$1(function (block) { return "\n Can not call `onProgress` after pipeline execution is finished \uD83C\uDF4F\n\n ".concat(block(pipelineIdentification), "\n\n ").concat(block(JSON.stringify(progress_1, null, 4)
|
|
3396
|
+
.split('\n')
|
|
3397
|
+
.map(function (line) { return "> ".concat(line); })
|
|
3398
|
+
.join('\n')), "\n "); }));
|
|
3399
|
+
}
|
|
3400
|
+
return [4 /*yield*/, onProgress(progress_1)];
|
|
3394
3401
|
case 1:
|
|
3395
3402
|
_h.sent();
|
|
3396
3403
|
_h.label = 2;
|
|
@@ -3776,18 +3783,28 @@ function createPipelineExecutor(options) {
|
|
|
3776
3783
|
if (resultString === null) {
|
|
3777
3784
|
throw new UnexpectedError(spaceTrim$1(function (block) { return "\n Something went wrong and prompt result is null\n\n ".concat(block(pipelineIdentification), "\n "); }));
|
|
3778
3785
|
}
|
|
3779
|
-
if (onProgress /* <- [3] */)
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3786
|
+
if (!onProgress /* <- [3] */) return [3 /*break*/, 9]; /* <- [3] */
|
|
3787
|
+
progress_2 = {
|
|
3788
|
+
name: name,
|
|
3789
|
+
title: title,
|
|
3790
|
+
isStarted: true,
|
|
3791
|
+
isDone: true,
|
|
3792
|
+
blockType: currentTemplate.blockType,
|
|
3793
|
+
parameterName: currentTemplate.resultingParameterName,
|
|
3794
|
+
parameterValue: resultString,
|
|
3795
|
+
// <- [3]
|
|
3796
|
+
};
|
|
3797
|
+
if (isReturned) {
|
|
3798
|
+
throw new UnexpectedError(spaceTrim$1(function (block) { return "\n Can not call `onProgress` after pipeline execution is finished \uD83C\uDF4E\n\n ".concat(block(pipelineIdentification), "\n\n ").concat(block(JSON.stringify(progress_2, null, 4)
|
|
3799
|
+
.split('\n')
|
|
3800
|
+
.map(function (line) { return "> ".concat(line); })
|
|
3801
|
+
.join('\n')), "\n\n "); }));
|
|
3790
3802
|
}
|
|
3803
|
+
return [4 /*yield*/, onProgress(progress_2)];
|
|
3804
|
+
case 8:
|
|
3805
|
+
_h.sent();
|
|
3806
|
+
_h.label = 9;
|
|
3807
|
+
case 9:
|
|
3791
3808
|
parametersToPass = Object.freeze(__assign(__assign({}, parametersToPass), (_g = {}, _g[currentTemplate.resultingParameterName] = resultString /* <- Note: Not need to detect parameter collision here because pipeline checks logic consistency during construction */, _g)));
|
|
3792
3809
|
return [2 /*return*/];
|
|
3793
3810
|
}
|
|
@@ -3824,7 +3841,7 @@ function createPipelineExecutor(options) {
|
|
|
3824
3841
|
}
|
|
3825
3842
|
return outputParameters;
|
|
3826
3843
|
}
|
|
3827
|
-
var errors, warnings, executionReport, _a, _b, parameter, _loop_1, _c, _d, parameterName, state_1, parametersToPass, resovedParameterNames_1, unresovedTemplates_1, resolving_1, loopLimit, _loop_2, error_1, usage_1, outputParameters_1, usage, outputParameters;
|
|
3844
|
+
var errors, warnings, executionReport, isReturned, _a, _b, parameter, _loop_1, _c, _d, parameterName, state_1, parametersToPass, resovedParameterNames_1, unresovedTemplates_1, resolving_1, loopLimit, _loop_2, error_1, usage_1, outputParameters_1, usage, outputParameters;
|
|
3828
3845
|
var e_1, _e, e_2, _f;
|
|
3829
3846
|
return __generator(this, function (_g) {
|
|
3830
3847
|
switch (_g.label) {
|
|
@@ -3849,6 +3866,7 @@ function createPipelineExecutor(options) {
|
|
|
3849
3866
|
description: preparedPipeline.description,
|
|
3850
3867
|
promptExecutions: [],
|
|
3851
3868
|
};
|
|
3869
|
+
isReturned = false;
|
|
3852
3870
|
try {
|
|
3853
3871
|
// Note: Check that all input input parameters are defined
|
|
3854
3872
|
for (_a = __values(preparedPipeline.parameters.filter(function (_a) {
|
|
@@ -3857,6 +3875,7 @@ function createPipelineExecutor(options) {
|
|
|
3857
3875
|
})), _b = _a.next(); !_b.done; _b = _a.next()) {
|
|
3858
3876
|
parameter = _b.value;
|
|
3859
3877
|
if (inputParameters[parameter.name] === undefined) {
|
|
3878
|
+
isReturned = true;
|
|
3860
3879
|
return [2 /*return*/, $asDeeplyFrozenSerializableJson("Unuccessful PipelineExecutorResult (with missing parameter {".concat(parameter.name, "}) PipelineExecutorResult"), {
|
|
3861
3880
|
isSuccessful: false,
|
|
3862
3881
|
errors: __spreadArray([
|
|
@@ -3887,6 +3906,7 @@ function createPipelineExecutor(options) {
|
|
|
3887
3906
|
warnings.push(new PipelineExecutionError(spaceTrim$1(function (block) { return "\n Extra parameter {".concat(parameterName, "} is being passed which is not part of the pipeline.\n\n ").concat(block(pipelineIdentification), "\n "); })));
|
|
3888
3907
|
}
|
|
3889
3908
|
else if (parameter.isInput === false) {
|
|
3909
|
+
isReturned = true;
|
|
3890
3910
|
return { value: $asDeeplyFrozenSerializableJson(spaceTrim$1(function (block) { return "\n Unuccessful PipelineExecutorResult (with extra parameter {".concat(parameter.name, "}) PipelineExecutorResult\n\n ").concat(block(pipelineIdentification), "\n "); }), {
|
|
3891
3911
|
isSuccessful: false,
|
|
3892
3912
|
errors: __spreadArray([
|
|
@@ -3999,6 +4019,7 @@ function createPipelineExecutor(options) {
|
|
|
3999
4019
|
return (result === null || result === void 0 ? void 0 : result.usage) || ZERO_USAGE;
|
|
4000
4020
|
})), false));
|
|
4001
4021
|
outputParameters_1 = filterJustOutputParameters();
|
|
4022
|
+
isReturned = true;
|
|
4002
4023
|
return [2 /*return*/, $asDeeplyFrozenSerializableJson('Unuccessful PipelineExecutorResult (with misc errors) PipelineExecutorResult', {
|
|
4003
4024
|
isSuccessful: false,
|
|
4004
4025
|
errors: __spreadArray([error_1], __read(errors), false).map(serializeError),
|
|
@@ -4014,6 +4035,7 @@ function createPipelineExecutor(options) {
|
|
|
4014
4035
|
return (result === null || result === void 0 ? void 0 : result.usage) || ZERO_USAGE;
|
|
4015
4036
|
})), false));
|
|
4016
4037
|
outputParameters = filterJustOutputParameters();
|
|
4038
|
+
isReturned = true;
|
|
4017
4039
|
return [2 /*return*/, $asDeeplyFrozenSerializableJson('Successful PipelineExecutorResult', {
|
|
4018
4040
|
isSuccessful: true,
|
|
4019
4041
|
errors: errors.map(serializeError),
|