@promptbook/templates 0.94.0 → 0.95.0
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 +2 -10
- package/esm/index.es.js +80 -80
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/types.index.d.ts +2 -2
- package/esm/typings/src/_packages/{wizzard.index.d.ts → wizard.index.d.ts} +2 -2
- package/esm/typings/src/cli/cli-commands/prettify.d.ts +1 -1
- package/esm/typings/src/cli/cli-commands/test-command.d.ts +1 -1
- package/esm/typings/src/conversion/archive/loadArchive.d.ts +1 -1
- package/esm/typings/src/conversion/archive/saveArchive.d.ts +2 -2
- package/esm/typings/src/conversion/prettify/renderPipelineMermaidOptions.d.ts +1 -1
- package/esm/typings/src/dialogs/callback/CallbackInterfaceTools.d.ts +1 -1
- package/esm/typings/src/execution/AbstractTaskResult.d.ts +2 -2
- package/esm/typings/src/execution/createPipelineExecutor/00-CreatePipelineExecutorOptions.d.ts +1 -1
- package/esm/typings/src/execution/execution-report/ExecutionPromptReportJson.d.ts +2 -2
- package/esm/typings/src/execution/translation/automatic-translate/translateMessages.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/{$provideLlmToolsForWizzardOrCli.d.ts → $provideLlmToolsForWizardOrCli.d.ts} +2 -2
- package/esm/typings/src/llm-providers/anthropic-claude/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/azure-openai/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/azure-openai/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/register-configuration.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/register-constructor.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/OpenAiAssistantExecutionTools.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/register-configuration.d.ts +2 -2
- package/esm/typings/src/llm-providers/openai/register-constructor.d.ts +2 -2
- package/esm/typings/src/remote-server/socket-types/listModels/PromptbookServer_ListModels_Request.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/createBoilerplateScraper.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/_boilerplate/register-metadata.d.ts +2 -2
- package/esm/typings/src/scrapers/_common/prepareKnowledgePieces.d.ts +1 -1
- package/esm/typings/src/scrapers/_common/register/ScraperAndConverterMetadata.d.ts +1 -1
- package/esm/typings/src/scrapers/document/createDocumentScraper.d.ts +1 -1
- package/esm/typings/src/scrapers/document/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document/register-metadata.d.ts +2 -2
- package/esm/typings/src/scrapers/document-legacy/createLegacyDocumentScraper.d.ts +1 -1
- package/esm/typings/src/scrapers/document-legacy/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/document-legacy/register-metadata.d.ts +2 -2
- package/esm/typings/src/scrapers/markdown/createMarkdownScraper.d.ts +1 -4
- package/esm/typings/src/scrapers/markdown/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/markdown/register-metadata.d.ts +2 -2
- package/esm/typings/src/scrapers/markitdown/createMarkitdownScraper.d.ts +1 -1
- package/esm/typings/src/scrapers/markitdown/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/markitdown/register-metadata.d.ts +2 -2
- package/esm/typings/src/scrapers/pdf/createPdfScraper.d.ts +1 -1
- package/esm/typings/src/scrapers/pdf/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/pdf/register-metadata.d.ts +2 -2
- package/esm/typings/src/scrapers/website/createWebsiteScraper.d.ts +1 -1
- package/esm/typings/src/scrapers/website/register-constructor.d.ts +1 -1
- package/esm/typings/src/scrapers/website/register-metadata.d.ts +2 -2
- package/esm/typings/src/types/typeAliases.d.ts +1 -1
- package/esm/typings/src/utils/files/listAllFiles.d.ts +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/esm/typings/src/{wizzard → wizard}/$getCompiledBook.d.ts +2 -2
- package/esm/typings/src/{wizzard/wizzard.d.ts → wizard/wizard.d.ts} +6 -6
- package/package.json +2 -14
- package/umd/index.umd.js +80 -80
- package/umd/index.umd.js.map +1 -1
|
@@ -10,7 +10,7 @@ export declare const websiteScraperMetadata: import("type-fest/source/readonly-d
|
|
|
10
10
|
className: string;
|
|
11
11
|
mimeTypes: string[];
|
|
12
12
|
documentationUrl: "https://github.com/webgptorg/promptbook/discussions/@@";
|
|
13
|
-
|
|
13
|
+
isAvailableInBrowser: false;
|
|
14
14
|
requiredExecutables: never[];
|
|
15
15
|
}>;
|
|
16
16
|
/**
|
|
@@ -19,7 +19,7 @@ export declare const websiteScraperMetadata: import("type-fest/source/readonly-d
|
|
|
19
19
|
* Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available known scrapers
|
|
20
20
|
*
|
|
21
21
|
* @public exported from `@promptbook/core`
|
|
22
|
-
* @public exported from `@promptbook/
|
|
22
|
+
* @public exported from `@promptbook/wizard`
|
|
23
23
|
* @public exported from `@promptbook/cli`
|
|
24
24
|
*/
|
|
25
25
|
export declare const _WebsiteScraperMetadataRegistration: Registration;
|
|
@@ -658,7 +658,7 @@ export type number_seed = number_percent;
|
|
|
658
658
|
* - ❤ is equivalent to more than 1
|
|
659
659
|
*/
|
|
660
660
|
export type number_likeness = number;
|
|
661
|
-
export type
|
|
661
|
+
export type number_milliseconds = number_integer;
|
|
662
662
|
export type number_seconds = number;
|
|
663
663
|
export type number_minutes = number;
|
|
664
664
|
export type number_hours = number;
|
|
@@ -11,7 +11,7 @@ import type { string_filename } from '../../types/typeAliases';
|
|
|
11
11
|
*/
|
|
12
12
|
export declare function listAllFiles(path: string_dirname, isRecursive: boolean, fs: FilesystemTools): Promise<Array<string_filename>>;
|
|
13
13
|
/**
|
|
14
|
-
* TODO: [😶] Unite
|
|
14
|
+
* TODO: [😶] Unite folder listing
|
|
15
15
|
* Note: Not [~🟢~] because it is not directly dependent on `fs
|
|
16
16
|
* TODO: [🖇] What about symlinks?
|
|
17
17
|
*/
|
|
@@ -15,7 +15,7 @@ export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
|
|
|
15
15
|
export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
|
|
16
16
|
/**
|
|
17
17
|
* Represents the version string of the Promptbook engine.
|
|
18
|
-
* It follows semantic versioning (e.g., `0.94.0
|
|
18
|
+
* It follows semantic versioning (e.g., `0.94.0`).
|
|
19
19
|
*
|
|
20
20
|
* @generated
|
|
21
21
|
*/
|
|
@@ -5,9 +5,9 @@ import type { PrepareAndScrapeOptions } from '../prepare/PrepareAndScrapeOptions
|
|
|
5
5
|
import type { string_filename } from '../types/typeAliases';
|
|
6
6
|
import type { string_pipeline_url } from '../types/typeAliases';
|
|
7
7
|
/**
|
|
8
|
-
* @see ./
|
|
8
|
+
* @see ./wizard.ts `getPipeline` method
|
|
9
9
|
*
|
|
10
|
-
* @private usable through `ptbk run` and `@
|
|
10
|
+
* @private usable through `ptbk run` and `@promptbook/wizard`
|
|
11
11
|
*/
|
|
12
12
|
export declare function $getCompiledBook(tools: Required<Pick<ExecutionTools, 'fs' | 'fetch'>>, pipelineSource: string_filename | string_pipeline_url | PipelineString, options?: PrepareAndScrapeOptions): Promise<PipelineJson>;
|
|
13
13
|
/**
|
|
@@ -7,14 +7,14 @@ import type { string_filename } from '../types/typeAliases';
|
|
|
7
7
|
import type { string_parameter_value } from '../types/typeAliases';
|
|
8
8
|
import type { string_pipeline_url } from '../types/typeAliases';
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
* Look at `
|
|
10
|
+
* Wizard for simple usage of the Promptbook
|
|
11
|
+
* Look at `wizard` for more details
|
|
12
12
|
*
|
|
13
13
|
* Note: This works only in Node.js environment and looks for the configuration, environment, tools and cache in the Node.js environment
|
|
14
14
|
*
|
|
15
15
|
* @private just for single instance
|
|
16
16
|
*/
|
|
17
|
-
declare class
|
|
17
|
+
declare class Wizard {
|
|
18
18
|
/**
|
|
19
19
|
* Run the book
|
|
20
20
|
*
|
|
@@ -53,14 +53,14 @@ declare class Wizzard {
|
|
|
53
53
|
getCompiledBook(pipelineSource: string_filename | string_pipeline_url | PipelineString): Promise<PipelineJson>;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Wizard for simple usage of the Promptbook
|
|
57
57
|
*
|
|
58
58
|
* Note: This works only in Node.js environment and looks for the configuration, environment, tools and cache in the Node.js environment
|
|
59
59
|
*
|
|
60
60
|
* @singleton
|
|
61
|
-
* @public exported from `@promptbook/
|
|
61
|
+
* @public exported from `@promptbook/wizard`
|
|
62
62
|
*/
|
|
63
|
-
export declare const
|
|
63
|
+
export declare const wizard: Wizard;
|
|
64
64
|
export {};
|
|
65
65
|
/**
|
|
66
66
|
* TODO: [🧠] Maybe some way how to handle the progress and streaming?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@promptbook/templates",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.95.0",
|
|
4
4
|
"description": "Promptbook: Run AI apps in plain human language across multiple models and platforms",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -70,23 +70,11 @@
|
|
|
70
70
|
"node": ">=16.0.0",
|
|
71
71
|
"npm": ">=8.0.0"
|
|
72
72
|
},
|
|
73
|
-
"cspell": {
|
|
74
|
-
"version": "0.2",
|
|
75
|
-
"language": "en",
|
|
76
|
-
"ignorePaths": [
|
|
77
|
-
"node_modules",
|
|
78
|
-
".next",
|
|
79
|
-
"coverage",
|
|
80
|
-
"dist",
|
|
81
|
-
".git"
|
|
82
|
-
],
|
|
83
|
-
"words": []
|
|
84
|
-
},
|
|
85
73
|
"main": "./umd/index.umd.js",
|
|
86
74
|
"module": "./esm/index.es.js",
|
|
87
75
|
"typings": "./esm/typings/src/_packages/templates.index.d.ts",
|
|
88
76
|
"peerDependencies": {
|
|
89
|
-
"@promptbook/core": "0.
|
|
77
|
+
"@promptbook/core": "0.95.0"
|
|
90
78
|
},
|
|
91
79
|
"dependencies": {
|
|
92
80
|
"prettier": "2.8.1",
|
package/umd/index.umd.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* @generated
|
|
24
24
|
* @see https://github.com/webgptorg/promptbook
|
|
25
25
|
*/
|
|
26
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.95.0';
|
|
27
27
|
/**
|
|
28
28
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
29
29
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
});
|
|
404
404
|
}
|
|
405
405
|
catch (error) {
|
|
406
|
-
// TODO: [🟥] Detect browser / node and make it
|
|
406
|
+
// TODO: [🟥] Detect browser / node and make it colorful
|
|
407
407
|
console.error('There was an error with prettifying the markdown, using the original as the fallback', {
|
|
408
408
|
error,
|
|
409
409
|
html: content,
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
else {
|
|
686
686
|
for (const [subName, subValue] of Object.entries(value)) {
|
|
687
687
|
if (subValue === undefined) {
|
|
688
|
-
// Note: undefined in object is serializable - it is just
|
|
688
|
+
// Note: undefined in object is serializable - it is just omitted
|
|
689
689
|
continue;
|
|
690
690
|
}
|
|
691
691
|
checkSerializableAsJson({ name: `${name}.${subName}`, value: subValue, message });
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
|
|
1358
1358
|
Note: You have probably forgotten to run "ptbk make" to update the collection
|
|
1359
1359
|
Note: Pipelines with the same URL are not allowed
|
|
1360
|
-
Only
|
|
1360
|
+
Only exception is when the pipelines are identical
|
|
1361
1361
|
|
|
1362
1362
|
`));
|
|
1363
1363
|
}
|
|
@@ -1541,8 +1541,8 @@
|
|
|
1541
1541
|
"modelsRequirements": [
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
|
-
"modelName": "
|
|
1545
|
-
"systemMessage": "You are a
|
|
1544
|
+
"modelName": "claude-3-5-sonnet-20240620",
|
|
1545
|
+
"systemMessage": "You are a developer of the Promptbook Project.",
|
|
1546
1546
|
"temperature": 0.7
|
|
1547
1547
|
}
|
|
1548
1548
|
],
|
|
@@ -1554,17 +1554,17 @@
|
|
|
1554
1554
|
"preparations": [
|
|
1555
1555
|
{
|
|
1556
1556
|
"id": 1,
|
|
1557
|
-
"promptbookVersion": "0.94.0
|
|
1557
|
+
"promptbookVersion": "0.94.0",
|
|
1558
1558
|
"usage": {
|
|
1559
1559
|
"price": {
|
|
1560
|
-
"value": 0.
|
|
1560
|
+
"value": 0.03987000000000001
|
|
1561
1561
|
},
|
|
1562
1562
|
"input": {
|
|
1563
1563
|
"tokensCount": {
|
|
1564
|
-
"value":
|
|
1564
|
+
"value": 7836
|
|
1565
1565
|
},
|
|
1566
1566
|
"charactersCount": {
|
|
1567
|
-
"value":
|
|
1567
|
+
"value": 2377
|
|
1568
1568
|
},
|
|
1569
1569
|
"wordsCount": {
|
|
1570
1570
|
"value": 348
|
|
@@ -1584,19 +1584,19 @@
|
|
|
1584
1584
|
},
|
|
1585
1585
|
"output": {
|
|
1586
1586
|
"tokensCount": {
|
|
1587
|
-
"value":
|
|
1587
|
+
"value": 46
|
|
1588
1588
|
},
|
|
1589
1589
|
"charactersCount": {
|
|
1590
|
-
"value":
|
|
1590
|
+
"value": 138
|
|
1591
1591
|
},
|
|
1592
1592
|
"wordsCount": {
|
|
1593
|
-
"value":
|
|
1593
|
+
"value": 20
|
|
1594
1594
|
},
|
|
1595
1595
|
"sentencesCount": {
|
|
1596
1596
|
"value": 3
|
|
1597
1597
|
},
|
|
1598
1598
|
"linesCount": {
|
|
1599
|
-
"value":
|
|
1599
|
+
"value": 6
|
|
1600
1600
|
},
|
|
1601
1601
|
"paragraphsCount": {
|
|
1602
1602
|
"value": 1
|
|
@@ -2013,8 +2013,8 @@
|
|
|
2013
2013
|
"modelsRequirements": [
|
|
2014
2014
|
{
|
|
2015
2015
|
"modelVariant": "CHAT",
|
|
2016
|
-
"modelName": "
|
|
2017
|
-
"systemMessage": "You are a
|
|
2016
|
+
"modelName": "claude-3-5-sonnet-20240620",
|
|
2017
|
+
"systemMessage": "You are a developer of the Promptbook Project.",
|
|
2018
2018
|
"temperature": 0.7
|
|
2019
2019
|
}
|
|
2020
2020
|
],
|
|
@@ -2026,17 +2026,17 @@
|
|
|
2026
2026
|
"preparations": [
|
|
2027
2027
|
{
|
|
2028
2028
|
"id": 1,
|
|
2029
|
-
"promptbookVersion": "0.94.0
|
|
2029
|
+
"promptbookVersion": "0.94.0",
|
|
2030
2030
|
"usage": {
|
|
2031
2031
|
"price": {
|
|
2032
|
-
"value": 0.
|
|
2032
|
+
"value": 0.03987000000000001
|
|
2033
2033
|
},
|
|
2034
2034
|
"input": {
|
|
2035
2035
|
"tokensCount": {
|
|
2036
|
-
"value":
|
|
2036
|
+
"value": 7836
|
|
2037
2037
|
},
|
|
2038
2038
|
"charactersCount": {
|
|
2039
|
-
"value":
|
|
2039
|
+
"value": 2377
|
|
2040
2040
|
},
|
|
2041
2041
|
"wordsCount": {
|
|
2042
2042
|
"value": 348
|
|
@@ -2056,19 +2056,19 @@
|
|
|
2056
2056
|
},
|
|
2057
2057
|
"output": {
|
|
2058
2058
|
"tokensCount": {
|
|
2059
|
-
"value":
|
|
2059
|
+
"value": 46
|
|
2060
2060
|
},
|
|
2061
2061
|
"charactersCount": {
|
|
2062
|
-
"value":
|
|
2062
|
+
"value": 138
|
|
2063
2063
|
},
|
|
2064
2064
|
"wordsCount": {
|
|
2065
|
-
"value":
|
|
2065
|
+
"value": 20
|
|
2066
2066
|
},
|
|
2067
2067
|
"sentencesCount": {
|
|
2068
2068
|
"value": 3
|
|
2069
2069
|
},
|
|
2070
2070
|
"linesCount": {
|
|
2071
|
-
"value":
|
|
2071
|
+
"value": 6
|
|
2072
2072
|
},
|
|
2073
2073
|
"paragraphsCount": {
|
|
2074
2074
|
"value": 1
|
|
@@ -2662,8 +2662,8 @@
|
|
|
2662
2662
|
"modelsRequirements": [
|
|
2663
2663
|
{
|
|
2664
2664
|
"modelVariant": "CHAT",
|
|
2665
|
-
"modelName": "claude-3-
|
|
2666
|
-
"systemMessage": "You are a linguist and
|
|
2665
|
+
"modelName": "claude-3-opus-20240229",
|
|
2666
|
+
"systemMessage": "You are a knowledgeable linguist and corrector.",
|
|
2667
2667
|
"temperature": 0.5
|
|
2668
2668
|
}
|
|
2669
2669
|
],
|
|
@@ -2675,17 +2675,17 @@
|
|
|
2675
2675
|
"preparations": [
|
|
2676
2676
|
{
|
|
2677
2677
|
"id": 1,
|
|
2678
|
-
"promptbookVersion": "0.94.0
|
|
2678
|
+
"promptbookVersion": "0.94.0",
|
|
2679
2679
|
"usage": {
|
|
2680
2680
|
"price": {
|
|
2681
|
-
"value": 0.
|
|
2681
|
+
"value": 0.039895
|
|
2682
2682
|
},
|
|
2683
2683
|
"input": {
|
|
2684
2684
|
"tokensCount": {
|
|
2685
|
-
"value":
|
|
2685
|
+
"value": 7835
|
|
2686
2686
|
},
|
|
2687
2687
|
"charactersCount": {
|
|
2688
|
-
"value":
|
|
2688
|
+
"value": 2377
|
|
2689
2689
|
},
|
|
2690
2690
|
"wordsCount": {
|
|
2691
2691
|
"value": 348
|
|
@@ -2708,7 +2708,7 @@
|
|
|
2708
2708
|
"value": 48
|
|
2709
2709
|
},
|
|
2710
2710
|
"charactersCount": {
|
|
2711
|
-
"value":
|
|
2711
|
+
"value": 147
|
|
2712
2712
|
},
|
|
2713
2713
|
"wordsCount": {
|
|
2714
2714
|
"value": 18
|
|
@@ -2786,9 +2786,9 @@
|
|
|
2786
2786
|
"modelsRequirements": [
|
|
2787
2787
|
{
|
|
2788
2788
|
"modelVariant": "CHAT",
|
|
2789
|
-
"modelName": "
|
|
2790
|
-
"systemMessage": "You are a skilled copywriter for an
|
|
2791
|
-
"temperature": 0.
|
|
2789
|
+
"modelName": "gpt-4",
|
|
2790
|
+
"systemMessage": "You are a skilled copywriter for an eShop. Your task is to create engaging product descriptions, persuasive marketing copy, and informative blog posts.",
|
|
2791
|
+
"temperature": 0.5
|
|
2792
2792
|
}
|
|
2793
2793
|
],
|
|
2794
2794
|
"preparationIds": [
|
|
@@ -2799,17 +2799,17 @@
|
|
|
2799
2799
|
"preparations": [
|
|
2800
2800
|
{
|
|
2801
2801
|
"id": 1,
|
|
2802
|
-
"promptbookVersion": "0.94.0
|
|
2802
|
+
"promptbookVersion": "0.94.0",
|
|
2803
2803
|
"usage": {
|
|
2804
2804
|
"price": {
|
|
2805
|
-
"value": 0.
|
|
2805
|
+
"value": 0.04009
|
|
2806
2806
|
},
|
|
2807
2807
|
"input": {
|
|
2808
2808
|
"tokensCount": {
|
|
2809
|
-
"value":
|
|
2809
|
+
"value": 7835
|
|
2810
2810
|
},
|
|
2811
2811
|
"charactersCount": {
|
|
2812
|
-
"value":
|
|
2812
|
+
"value": 2377
|
|
2813
2813
|
},
|
|
2814
2814
|
"wordsCount": {
|
|
2815
2815
|
"value": 348
|
|
@@ -2832,16 +2832,16 @@
|
|
|
2832
2832
|
"value": 61
|
|
2833
2833
|
},
|
|
2834
2834
|
"charactersCount": {
|
|
2835
|
-
"value":
|
|
2835
|
+
"value": 239
|
|
2836
2836
|
},
|
|
2837
2837
|
"wordsCount": {
|
|
2838
|
-
"value":
|
|
2838
|
+
"value": 33
|
|
2839
2839
|
},
|
|
2840
2840
|
"sentencesCount": {
|
|
2841
|
-
"value":
|
|
2841
|
+
"value": 4
|
|
2842
2842
|
},
|
|
2843
2843
|
"linesCount": {
|
|
2844
|
-
"value":
|
|
2844
|
+
"value": 9
|
|
2845
2845
|
},
|
|
2846
2846
|
"paragraphsCount": {
|
|
2847
2847
|
"value": 1
|
|
@@ -2895,7 +2895,7 @@
|
|
|
2895
2895
|
"preparations": [
|
|
2896
2896
|
{
|
|
2897
2897
|
"id": 1,
|
|
2898
|
-
"promptbookVersion": "0.94.0
|
|
2898
|
+
"promptbookVersion": "0.94.0",
|
|
2899
2899
|
"usage": {
|
|
2900
2900
|
"price": {
|
|
2901
2901
|
"value": 0
|
|
@@ -3001,7 +3001,7 @@
|
|
|
3001
3001
|
"modelsRequirements": [
|
|
3002
3002
|
{
|
|
3003
3003
|
"modelVariant": "CHAT",
|
|
3004
|
-
"modelName": "claude-3-
|
|
3004
|
+
"modelName": "claude-3-7-sonnet-20250219",
|
|
3005
3005
|
"systemMessage": "You are an experienced marketing specialist and business consultant.",
|
|
3006
3006
|
"temperature": 0.5
|
|
3007
3007
|
}
|
|
@@ -3014,17 +3014,17 @@
|
|
|
3014
3014
|
"preparations": [
|
|
3015
3015
|
{
|
|
3016
3016
|
"id": 1,
|
|
3017
|
-
"promptbookVersion": "0.94.0
|
|
3017
|
+
"promptbookVersion": "0.94.0",
|
|
3018
3018
|
"usage": {
|
|
3019
3019
|
"price": {
|
|
3020
|
-
"value": 0.
|
|
3020
|
+
"value": 0.10061500000000001
|
|
3021
3021
|
},
|
|
3022
3022
|
"input": {
|
|
3023
3023
|
"tokensCount": {
|
|
3024
|
-
"value":
|
|
3024
|
+
"value": 7835
|
|
3025
3025
|
},
|
|
3026
3026
|
"charactersCount": {
|
|
3027
|
-
"value":
|
|
3027
|
+
"value": 2377
|
|
3028
3028
|
},
|
|
3029
3029
|
"wordsCount": {
|
|
3030
3030
|
"value": 348
|
|
@@ -3044,10 +3044,10 @@
|
|
|
3044
3044
|
},
|
|
3045
3045
|
"output": {
|
|
3046
3046
|
"tokensCount": {
|
|
3047
|
-
"value":
|
|
3047
|
+
"value": 4096
|
|
3048
3048
|
},
|
|
3049
3049
|
"charactersCount": {
|
|
3050
|
-
"value":
|
|
3050
|
+
"value": 12725
|
|
3051
3051
|
},
|
|
3052
3052
|
"wordsCount": {
|
|
3053
3053
|
"value": 21
|
|
@@ -3056,13 +3056,13 @@
|
|
|
3056
3056
|
"value": 3
|
|
3057
3057
|
},
|
|
3058
3058
|
"linesCount": {
|
|
3059
|
-
"value":
|
|
3059
|
+
"value": 2963
|
|
3060
3060
|
},
|
|
3061
3061
|
"paragraphsCount": {
|
|
3062
|
-
"value":
|
|
3062
|
+
"value": 5
|
|
3063
3063
|
},
|
|
3064
3064
|
"pagesCount": {
|
|
3065
|
-
"value":
|
|
3065
|
+
"value": 68
|
|
3066
3066
|
}
|
|
3067
3067
|
}
|
|
3068
3068
|
}
|
|
@@ -3133,8 +3133,8 @@
|
|
|
3133
3133
|
"modelsRequirements": [
|
|
3134
3134
|
{
|
|
3135
3135
|
"modelVariant": "CHAT",
|
|
3136
|
-
"modelName": "claude-3-
|
|
3137
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for
|
|
3136
|
+
"modelName": "claude-3-7-sonnet-20250219",
|
|
3137
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for eShop.",
|
|
3138
3138
|
"temperature": 0.5
|
|
3139
3139
|
}
|
|
3140
3140
|
],
|
|
@@ -3146,17 +3146,17 @@
|
|
|
3146
3146
|
"preparations": [
|
|
3147
3147
|
{
|
|
3148
3148
|
"id": 1,
|
|
3149
|
-
"promptbookVersion": "0.94.0
|
|
3149
|
+
"promptbookVersion": "0.94.0",
|
|
3150
3150
|
"usage": {
|
|
3151
3151
|
"price": {
|
|
3152
|
-
"value": 0.
|
|
3152
|
+
"value": 0.03999
|
|
3153
3153
|
},
|
|
3154
3154
|
"input": {
|
|
3155
3155
|
"tokensCount": {
|
|
3156
|
-
"value":
|
|
3156
|
+
"value": 7839
|
|
3157
3157
|
},
|
|
3158
3158
|
"charactersCount": {
|
|
3159
|
-
"value":
|
|
3159
|
+
"value": 2377
|
|
3160
3160
|
},
|
|
3161
3161
|
"wordsCount": {
|
|
3162
3162
|
"value": 348
|
|
@@ -3176,13 +3176,13 @@
|
|
|
3176
3176
|
},
|
|
3177
3177
|
"output": {
|
|
3178
3178
|
"tokensCount": {
|
|
3179
|
-
"value":
|
|
3179
|
+
"value": 53
|
|
3180
3180
|
},
|
|
3181
3181
|
"charactersCount": {
|
|
3182
|
-
"value":
|
|
3182
|
+
"value": 195
|
|
3183
3183
|
},
|
|
3184
3184
|
"wordsCount": {
|
|
3185
|
-
"value":
|
|
3185
|
+
"value": 24
|
|
3186
3186
|
},
|
|
3187
3187
|
"sentencesCount": {
|
|
3188
3188
|
"value": 3
|
|
@@ -3442,7 +3442,7 @@
|
|
|
3442
3442
|
"modelsRequirements": [
|
|
3443
3443
|
{
|
|
3444
3444
|
"modelVariant": "CHAT",
|
|
3445
|
-
"modelName": "claude-3-
|
|
3445
|
+
"modelName": "claude-3-7-sonnet-20250219",
|
|
3446
3446
|
"systemMessage": "You are a linguist and Esperantist.",
|
|
3447
3447
|
"temperature": 0.5
|
|
3448
3448
|
}
|
|
@@ -3455,17 +3455,17 @@
|
|
|
3455
3455
|
"preparations": [
|
|
3456
3456
|
{
|
|
3457
3457
|
"id": 1,
|
|
3458
|
-
"promptbookVersion": "0.94.0
|
|
3458
|
+
"promptbookVersion": "0.94.0",
|
|
3459
3459
|
"usage": {
|
|
3460
3460
|
"price": {
|
|
3461
|
-
"value": 0.
|
|
3461
|
+
"value": 0.039865000000000005
|
|
3462
3462
|
},
|
|
3463
3463
|
"input": {
|
|
3464
3464
|
"tokensCount": {
|
|
3465
|
-
"value":
|
|
3465
|
+
"value": 7835
|
|
3466
3466
|
},
|
|
3467
3467
|
"charactersCount": {
|
|
3468
|
-
"value":
|
|
3468
|
+
"value": 2377
|
|
3469
3469
|
},
|
|
3470
3470
|
"wordsCount": {
|
|
3471
3471
|
"value": 348
|
|
@@ -3485,13 +3485,13 @@
|
|
|
3485
3485
|
},
|
|
3486
3486
|
"output": {
|
|
3487
3487
|
"tokensCount": {
|
|
3488
|
-
"value":
|
|
3488
|
+
"value": 46
|
|
3489
3489
|
},
|
|
3490
3490
|
"charactersCount": {
|
|
3491
|
-
"value":
|
|
3491
|
+
"value": 127
|
|
3492
3492
|
},
|
|
3493
3493
|
"wordsCount": {
|
|
3494
|
-
"value":
|
|
3494
|
+
"value": 18
|
|
3495
3495
|
},
|
|
3496
3496
|
"sentencesCount": {
|
|
3497
3497
|
"value": 3
|
|
@@ -3565,9 +3565,9 @@
|
|
|
3565
3565
|
"modelsRequirements": [
|
|
3566
3566
|
{
|
|
3567
3567
|
"modelVariant": "CHAT",
|
|
3568
|
-
"modelName": "claude-3-
|
|
3568
|
+
"modelName": "claude-3-5-sonnet-20240620",
|
|
3569
3569
|
"systemMessage": "You are an accomplished poet and storyteller.",
|
|
3570
|
-
"temperature":
|
|
3570
|
+
"temperature": 1.2
|
|
3571
3571
|
}
|
|
3572
3572
|
],
|
|
3573
3573
|
"preparationIds": [
|
|
@@ -3578,17 +3578,17 @@
|
|
|
3578
3578
|
"preparations": [
|
|
3579
3579
|
{
|
|
3580
3580
|
"id": 1,
|
|
3581
|
-
"promptbookVersion": "0.94.0
|
|
3581
|
+
"promptbookVersion": "0.94.0",
|
|
3582
3582
|
"usage": {
|
|
3583
3583
|
"price": {
|
|
3584
|
-
"value": 0.
|
|
3584
|
+
"value": 0.039875
|
|
3585
3585
|
},
|
|
3586
3586
|
"input": {
|
|
3587
3587
|
"tokensCount": {
|
|
3588
|
-
"value":
|
|
3588
|
+
"value": 7834
|
|
3589
3589
|
},
|
|
3590
3590
|
"charactersCount": {
|
|
3591
|
-
"value":
|
|
3591
|
+
"value": 2377
|
|
3592
3592
|
},
|
|
3593
3593
|
"wordsCount": {
|
|
3594
3594
|
"value": 348
|
|
@@ -3608,19 +3608,19 @@
|
|
|
3608
3608
|
},
|
|
3609
3609
|
"output": {
|
|
3610
3610
|
"tokensCount": {
|
|
3611
|
-
"value":
|
|
3611
|
+
"value": 47
|
|
3612
3612
|
},
|
|
3613
3613
|
"charactersCount": {
|
|
3614
|
-
"value":
|
|
3614
|
+
"value": 167
|
|
3615
3615
|
},
|
|
3616
3616
|
"wordsCount": {
|
|
3617
|
-
"value":
|
|
3617
|
+
"value": 19
|
|
3618
3618
|
},
|
|
3619
3619
|
"sentencesCount": {
|
|
3620
3620
|
"value": 3
|
|
3621
3621
|
},
|
|
3622
3622
|
"linesCount": {
|
|
3623
|
-
"value":
|
|
3623
|
+
"value": 6
|
|
3624
3624
|
},
|
|
3625
3625
|
"paragraphsCount": {
|
|
3626
3626
|
"value": 1
|