@promptbook/core 0.69.0-10 → 0.69.0-11
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/README.md +0 -1
- package/esm/index.es.js +23 -6
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/config.d.ts +2 -2
- package/package.json +1 -1
- package/umd/index.umd.js +23 -6
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/collection/constructors/createCollectionFromDirectory.test.d.ts +0 -1
package/README.md
CHANGED
|
@@ -88,7 +88,6 @@ File `write-website-content.ptbk.md`:
|
|
|
88
88
|
> Instructions for creating web page content.
|
|
89
89
|
>
|
|
90
90
|
> - PIPELINE URL https://promptbook.studio/webgpt/write-website-content.ptbk.md
|
|
91
|
-
> - PROMPTBOOK VERSION 0.0.1
|
|
92
91
|
> - INPUT PARAM `{rawTitle}` Automatically suggested a site name or empty text
|
|
93
92
|
> - INPUT PARAM `{rawAssigment}` Automatically generated site entry from image recognition
|
|
94
93
|
> - OUTPUT PARAM `{websiteContent}` Web content
|
package/esm/index.es.js
CHANGED
|
@@ -11,7 +11,7 @@ import moment from 'moment';
|
|
|
11
11
|
/**
|
|
12
12
|
* The version of the Promptbook library
|
|
13
13
|
*/
|
|
14
|
-
var PROMPTBOOK_VERSION = '0.69.0-
|
|
14
|
+
var PROMPTBOOK_VERSION = '0.69.0-10';
|
|
15
15
|
// TODO: !!!! List here all the versions and annotate + put into script
|
|
16
16
|
|
|
17
17
|
/*! *****************************************************************************
|
|
@@ -1819,7 +1819,7 @@ function forEachAsync(array, options, callbackfunction) {
|
|
|
1819
1819
|
});
|
|
1820
1820
|
}
|
|
1821
1821
|
|
|
1822
|
-
var PipelineCollection = [{title:"Prepare Knowledge from Markdown",pipelineUrl:"https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md",promptbookVersion:"0.69.0-
|
|
1822
|
+
var PipelineCollection = [{title:"Prepare Knowledge from Markdown",pipelineUrl:"https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md",promptbookVersion:"0.69.0-10",parameters:[{name:"knowledgeContent",description:"Markdown document content",isInput:true,isOutput:false},{name:"knowledgePieces",description:"The knowledge JSON object",isInput:false,isOutput:true}],templates:[{templateType:"PROMPT_TEMPLATE",name:"knowledge",title:"Knowledge",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}",resultingParameterName:"knowledgePieces",dependentParameterNames:["knowledgeContent"]}],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.69.0-10",parameters:[{name:"knowledgePieceContent",description:"The content",isInput:true,isOutput:false},{name:"keywords",description:"Keywords separated by comma",isInput:false,isOutput:true}],templates:[{templateType:"PROMPT_TEMPLATE",name:"knowledge",title:"Knowledge",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}",resultingParameterName:"keywords",dependentParameterNames:["knowledgePieceContent"]}],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.69.0-10",parameters:[{name:"knowledgePieceContent",description:"The content",isInput:true,isOutput:false},{name:"title",description:"The title of the document",isInput:false,isOutput:true}],templates:[{templateType:"PROMPT_TEMPLATE",name:"knowledge",title:"Knowledge",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}",resultingParameterName:"title",expectations:{words:{min:1,max:8}},dependentParameterNames:["knowledgePieceContent"]}],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.69.0-10",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}],templates:[{templateType:"PROMPT_TEMPLATE",name:"make-model-requirements",title:"Make modelRequirements",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}",resultingParameterName:"modelRequirements",format:"JSON",dependentParameterNames:["availableModelNames","personaDescription"]}],knowledgeSources:[],knowledgePieces:[],personas:[],preparations:[],sourceFile:"./promptbook-collection/prepare-persona.ptbk.md"}];
|
|
1823
1823
|
|
|
1824
1824
|
var defaultDiacriticsRemovalMap = [
|
|
1825
1825
|
{
|
|
@@ -2960,6 +2960,7 @@ var CsvFormatDefinition = {
|
|
|
2960
2960
|
mapValues: function (value, mapCallback) {
|
|
2961
2961
|
return __awaiter(this, void 0, void 0, function () {
|
|
2962
2962
|
var csv, mappedData;
|
|
2963
|
+
var _this = this;
|
|
2963
2964
|
return __generator(this, function (_a) {
|
|
2964
2965
|
switch (_a.label) {
|
|
2965
2966
|
case 0:
|
|
@@ -2977,7 +2978,22 @@ var CsvFormatDefinition = {
|
|
|
2977
2978
|
throw new ParseError(// <- TODO: !!!!!! Split PipelineParseError and FormatParseError -> CsvParseError
|
|
2978
2979
|
spaceTrim(function (block) { return "\n CSV parsing error\n\n ".concat(block(csv.errors.map(function (error) { return error.message; }).join('\n\n')), "\n "); }));
|
|
2979
2980
|
}
|
|
2980
|
-
return [4 /*yield*/, Promise.all(csv.data.map(function (row, index) {
|
|
2981
|
+
return [4 /*yield*/, Promise.all(csv.data.map(function (row, index) { return __awaiter(_this, void 0, void 0, function () {
|
|
2982
|
+
var _a;
|
|
2983
|
+
var _b;
|
|
2984
|
+
return __generator(this, function (_c) {
|
|
2985
|
+
switch (_c.label) {
|
|
2986
|
+
case 0:
|
|
2987
|
+
_a = [__assign({}, row)];
|
|
2988
|
+
_b = {};
|
|
2989
|
+
// <- TODO: !!!!!! Dynamic new column name and position
|
|
2990
|
+
return [4 /*yield*/, mapCallback(row, index)];
|
|
2991
|
+
case 1: return [2 /*return*/, (__assign.apply(void 0, _a.concat([(_b.newColumn =
|
|
2992
|
+
// <- TODO: !!!!!! Dynamic new column name and position
|
|
2993
|
+
_c.sent(), _b)])))];
|
|
2994
|
+
}
|
|
2995
|
+
});
|
|
2996
|
+
}); }))];
|
|
2981
2997
|
case 1:
|
|
2982
2998
|
mappedData = _a.sent();
|
|
2983
2999
|
return [2 /*return*/, unparse(mappedData, {
|
|
@@ -7475,7 +7491,7 @@ function extractAllListItemsFromMarkdown(markdown) {
|
|
|
7475
7491
|
function extractOneBlockFromMarkdown(markdown) {
|
|
7476
7492
|
var codeBlocks = extractAllBlocksFromMarkdown(markdown);
|
|
7477
7493
|
if (codeBlocks.length !== 1) {
|
|
7478
|
-
throw new ParseError(spaceTrim(function (block) { return "\n There should be exactly 1 code block, found ".concat(codeBlocks.length, " code blocks\n\n ").concat(block(codeBlocks.map(function (block, i) { return "Block ".concat(i + 1, ":\n").concat(block.content); }).join('\n\n\n')), "\n "); }));
|
|
7494
|
+
throw new ParseError(spaceTrim(function (block) { return "\n There should be exactly 1 code block in template, found ".concat(codeBlocks.length, " code blocks\n\n ").concat(block(codeBlocks.map(function (block, i) { return "Block ".concat(i + 1, ":\n").concat(block.content); }).join('\n\n\n')), "\n "); }));
|
|
7479
7495
|
}
|
|
7480
7496
|
return codeBlocks[0];
|
|
7481
7497
|
}
|
|
@@ -8239,7 +8255,7 @@ function usageToHuman(usage) {
|
|
|
8239
8255
|
var value = _a.value, isUncertain = _a.isUncertain;
|
|
8240
8256
|
return "".concat(isUncertain ? 'approximately ' : '').concat(Math.round(value * 100) / 100);
|
|
8241
8257
|
};
|
|
8242
|
-
if (usage.price.value > 0.
|
|
8258
|
+
if (usage.price.value > 0.01
|
|
8243
8259
|
// <- TODO: [🍓][🧞♂️][👩🏽🤝🧑🏻] Configure negligible value - default value to config + value to `UsageToHumanSettings`
|
|
8244
8260
|
) {
|
|
8245
8261
|
reportItems.push("Cost ".concat(uncertainNumberToHuman(usage.price), " USD"));
|
|
@@ -8248,7 +8264,8 @@ function usageToHuman(usage) {
|
|
|
8248
8264
|
reportItems.push("Negligible cost");
|
|
8249
8265
|
}
|
|
8250
8266
|
var worktime = usageToWorktime(usage);
|
|
8251
|
-
if (worktime.value >
|
|
8267
|
+
if (worktime.value >
|
|
8268
|
+
1 / 60
|
|
8252
8269
|
// <- TODO: [🍓][🧞♂️][👩🏽🤝🧑🏻]
|
|
8253
8270
|
) {
|
|
8254
8271
|
reportItems.push("Saved ".concat(uncertainNumberToHuman(usageToWorktime(usage)), " hours of human time"));
|