@promptbook/node 0.59.0-14 → 0.59.0-15
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 -2
- package/package.json +2 -2
- package/umd/index.umd.js +2 -2
package/esm/index.es.js
CHANGED
|
@@ -137,7 +137,7 @@ var PromptbookSyntaxError = /** @class */ (function (_super) {
|
|
|
137
137
|
return PromptbookSyntaxError;
|
|
138
138
|
}(Error));
|
|
139
139
|
|
|
140
|
-
var promptbookLibrary = [{ "title": "Prepare Knowledge from Markdown", "promptbookUrl": "https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md", "promptbookVersion": "0.59.0-
|
|
140
|
+
var promptbookLibrary = [{ "title": "Prepare Knowledge from Markdown", "promptbookUrl": "https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md", "promptbookVersion": "0.59.0-14", "parameters": [{ "name": "content", "description": "Markdown document content", "isInput": true, "isOutput": false }, { "name": "knowledge", "description": "The knowledge JSON object", "isInput": false, "isOutput": true }], "promptTemplates": [{ "name": "knowledge", "title": "Knowledge", "dependentParameterNames": ["content"], "executionType": "PROMPT_TEMPLATE", "modelRequirements": { "modelVariant": "CHAT", "modelName": "claude-3-opus-20240229" }, "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> {content}", "resultingParameterName": "knowledge" }], "knowledge": [] }];
|
|
141
141
|
|
|
142
142
|
/**
|
|
143
143
|
* This error indicates errors during the execution of the promptbook
|
|
@@ -462,7 +462,7 @@ function isValidJsonString(value /* <-[👨⚖️] */) {
|
|
|
462
462
|
/**
|
|
463
463
|
* The version of the Promptbook library
|
|
464
464
|
*/
|
|
465
|
-
var PROMPTBOOK_VERSION = '0.59.0-
|
|
465
|
+
var PROMPTBOOK_VERSION = '0.59.0-14';
|
|
466
466
|
|
|
467
467
|
/**
|
|
468
468
|
* Function `addUsage` will add multiple usages into one
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/node",
|
|
3
|
-
"version": "0.59.0-
|
|
3
|
+
"version": "0.59.0-15",
|
|
4
4
|
"description": "Library to supercharge your use of large language models",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
],
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@promptbook/core": "0.59.0-
|
|
51
|
+
"@promptbook/core": "0.59.0-15"
|
|
52
52
|
},
|
|
53
53
|
"main": "./umd/index.umd.js",
|
|
54
54
|
"module": "./esm/index.es.js",
|
package/umd/index.umd.js
CHANGED
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
return PromptbookSyntaxError;
|
|
143
143
|
}(Error));
|
|
144
144
|
|
|
145
|
-
var promptbookLibrary = [{ "title": "Prepare Knowledge from Markdown", "promptbookUrl": "https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md", "promptbookVersion": "0.59.0-
|
|
145
|
+
var promptbookLibrary = [{ "title": "Prepare Knowledge from Markdown", "promptbookUrl": "https://promptbook.studio/promptbook/prepare-knowledge-from-markdown.ptbk.md", "promptbookVersion": "0.59.0-14", "parameters": [{ "name": "content", "description": "Markdown document content", "isInput": true, "isOutput": false }, { "name": "knowledge", "description": "The knowledge JSON object", "isInput": false, "isOutput": true }], "promptTemplates": [{ "name": "knowledge", "title": "Knowledge", "dependentParameterNames": ["content"], "executionType": "PROMPT_TEMPLATE", "modelRequirements": { "modelVariant": "CHAT", "modelName": "claude-3-opus-20240229" }, "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> {content}", "resultingParameterName": "knowledge" }], "knowledge": [] }];
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
* This error indicates errors during the execution of the promptbook
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
/**
|
|
468
468
|
* The version of the Promptbook library
|
|
469
469
|
*/
|
|
470
|
-
var PROMPTBOOK_VERSION = '0.59.0-
|
|
470
|
+
var PROMPTBOOK_VERSION = '0.59.0-14';
|
|
471
471
|
|
|
472
472
|
/**
|
|
473
473
|
* Function `addUsage` will add multiple usages into one
|