@promptbook/templates 0.100.0-2 → 0.100.0-21
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 +1 -0
- package/esm/index.es.js +151 -181
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +24 -0
- package/esm/typings/src/_packages/types.index.d.ts +28 -0
- package/esm/typings/src/book-2.0/agent-source/parseAgentSource.d.ts +30 -0
- package/esm/typings/src/book-2.0/agent-source/parseAgentSource.test.d.ts +1 -0
- package/esm/typings/src/book-2.0/agent-source/string_book.d.ts +26 -0
- package/esm/typings/src/book-2.0/commitments/ACTION/ACTION.d.ts +30 -0
- package/esm/typings/src/book-2.0/commitments/FORMAT/FORMAT.d.ts +31 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/FrontendRAGService.d.ts +48 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/KNOWLEDGE.d.ts +43 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/RAGService.d.ts +54 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/processors/BaseKnowledgeProcessor.d.ts +45 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/processors/PdfProcessor.d.ts +31 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/processors/ProcessorFactory.d.ts +23 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/processors/TextProcessor.d.ts +18 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/types.d.ts +56 -0
- package/esm/typings/src/book-2.0/commitments/KNOWLEDGE/utils/ragHelper.d.ts +34 -0
- package/esm/typings/src/book-2.0/commitments/META_IMAGE/META_IMAGE.d.ts +36 -0
- package/esm/typings/src/book-2.0/commitments/META_LINK/META_LINK.d.ts +48 -0
- package/esm/typings/src/book-2.0/commitments/MODEL/MODEL.d.ts +31 -0
- package/esm/typings/src/book-2.0/commitments/NOTE/NOTE.d.ts +41 -0
- package/esm/typings/src/book-2.0/commitments/PERSONA/PERSONA.d.ts +38 -0
- package/esm/typings/src/book-2.0/commitments/RULE/RULE.d.ts +36 -0
- package/esm/typings/src/book-2.0/commitments/SAMPLE/SAMPLE.d.ts +36 -0
- package/esm/typings/src/book-2.0/commitments/STYLE/STYLE.d.ts +30 -0
- package/esm/typings/src/book-2.0/commitments/_base/BaseCommitmentDefinition.d.ts +42 -0
- package/esm/typings/src/book-2.0/commitments/_base/BookCommitment.d.ts +5 -0
- package/esm/typings/src/book-2.0/commitments/_base/CommitmentDefinition.d.ts +37 -0
- package/esm/typings/src/book-2.0/commitments/_base/NotYetImplementedCommitmentDefinition.d.ts +14 -0
- package/esm/typings/src/book-2.0/commitments/_base/createEmptyAgentModelRequirements.d.ts +19 -0
- package/esm/typings/src/book-2.0/commitments/_misc/AgentModelRequirements.d.ts +37 -0
- package/esm/typings/src/book-2.0/commitments/_misc/AgentSourceParseResult.d.ts +18 -0
- package/esm/typings/src/book-2.0/commitments/_misc/ParsedCommitment.d.ts +22 -0
- package/esm/typings/src/book-2.0/commitments/_misc/createAgentModelRequirements.d.ts +61 -0
- package/esm/typings/src/book-2.0/commitments/_misc/createAgentModelRequirementsWithCommitments.d.ts +35 -0
- package/esm/typings/src/book-2.0/commitments/_misc/createCommitmentRegex.d.ts +20 -0
- package/esm/typings/src/book-2.0/commitments/_misc/parseAgentSourceWithCommitments.d.ts +24 -0
- package/esm/typings/src/book-2.0/commitments/_misc/removeCommentsFromSystemMessage.d.ts +11 -0
- package/esm/typings/src/book-2.0/commitments/index.d.ts +56 -0
- package/esm/typings/src/book-2.0/utils/profileImageUtils.d.ts +39 -0
- package/esm/typings/src/pipeline/book-notation.d.ts +2 -1
- package/esm/typings/src/types/typeAliases.d.ts +6 -0
- package/esm/typings/src/version.d.ts +1 -1
- package/esm/typings/src/wizard/wizard.d.ts +14 -4
- package/package.json +2 -2
- package/umd/index.umd.js +151 -181
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -16,7 +16,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
16
16
|
* @generated
|
|
17
17
|
* @see https://github.com/webgptorg/promptbook
|
|
18
18
|
*/
|
|
19
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-
|
|
19
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-21';
|
|
20
20
|
/**
|
|
21
21
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
22
22
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1535,32 +1535,20 @@ function getTemplatesPipelineCollection() {
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
1537
|
"modelName": "gpt-4",
|
|
1538
|
-
"systemMessage": "You are an AI assistant for a developer
|
|
1538
|
+
"systemMessage": "You are an AI assistant for a developer working on the Promptbook Project. You have extensive knowledge of prompt engineering, language models, and software development best practices. Provide helpful, accurate, and concise responses to aid in the development process.",
|
|
1539
1539
|
"temperature": 0.7
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
1543
|
"modelName": "claude-3-opus-20240229",
|
|
1544
|
-
"systemMessage": "
|
|
1544
|
+
"systemMessage": "You are an AI assistant supporting a developer of the Promptbook Project. Your expertise covers prompt engineering techniques, language model capabilities, and software development workflows. Offer insightful and practical advice to enhance the project's development.",
|
|
1545
1545
|
"temperature": 0.6
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"modelVariant": "CHAT",
|
|
1549
1549
|
"modelName": "gemini-1.5-pro",
|
|
1550
|
-
"systemMessage": "
|
|
1550
|
+
"systemMessage": "As an AI assistant for the Promptbook Project developer, you specialize in prompt engineering, language model applications, and software development. Provide clear, actionable insights to facilitate efficient project development and innovation.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"modelVariant": "CHAT",
|
|
1555
|
-
"modelName": "deepseek-coder",
|
|
1556
|
-
"systemMessage": "As an AI coding assistant for the Promptbook Project, you specialize in software development and AI technologies. Offer expert guidance on coding practices, debugging, and implementing AI-related features for the project.",
|
|
1557
|
-
"temperature": 0.4
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"modelVariant": "CHAT",
|
|
1561
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
1562
|
-
"systemMessage": "You are a helpful AI assistant for a developer working on the Promptbook Project. Provide support with coding, documentation, and general software development tasks. Offer clear explanations and suggestions to aid in project development.",
|
|
1563
|
-
"temperature": 0.6
|
|
1564
1552
|
}
|
|
1565
1553
|
],
|
|
1566
1554
|
"preparationIds": [
|
|
@@ -1571,26 +1559,26 @@ function getTemplatesPipelineCollection() {
|
|
|
1571
1559
|
"preparations": [
|
|
1572
1560
|
{
|
|
1573
1561
|
"id": 1,
|
|
1574
|
-
"promptbookVersion": "0.100.0-
|
|
1562
|
+
"promptbookVersion": "0.100.0-20",
|
|
1575
1563
|
"usage": {
|
|
1576
1564
|
"price": {
|
|
1577
|
-
"value": 0.
|
|
1565
|
+
"value": 0.026725000000000002
|
|
1578
1566
|
},
|
|
1579
1567
|
"input": {
|
|
1580
1568
|
"tokensCount": {
|
|
1581
|
-
"value":
|
|
1569
|
+
"value": 9245
|
|
1582
1570
|
},
|
|
1583
1571
|
"charactersCount": {
|
|
1584
|
-
"value":
|
|
1572
|
+
"value": 45289
|
|
1585
1573
|
},
|
|
1586
1574
|
"wordsCount": {
|
|
1587
|
-
"value":
|
|
1575
|
+
"value": 5815
|
|
1588
1576
|
},
|
|
1589
1577
|
"sentencesCount": {
|
|
1590
|
-
"value":
|
|
1578
|
+
"value": 440
|
|
1591
1579
|
},
|
|
1592
1580
|
"linesCount": {
|
|
1593
|
-
"value":
|
|
1581
|
+
"value": 746
|
|
1594
1582
|
},
|
|
1595
1583
|
"paragraphsCount": {
|
|
1596
1584
|
"value": 20
|
|
@@ -1601,25 +1589,25 @@ function getTemplatesPipelineCollection() {
|
|
|
1601
1589
|
},
|
|
1602
1590
|
"output": {
|
|
1603
1591
|
"tokensCount": {
|
|
1604
|
-
"value":
|
|
1592
|
+
"value": 289
|
|
1605
1593
|
},
|
|
1606
1594
|
"charactersCount": {
|
|
1607
|
-
"value":
|
|
1595
|
+
"value": 1213
|
|
1608
1596
|
},
|
|
1609
1597
|
"wordsCount": {
|
|
1610
|
-
"value":
|
|
1598
|
+
"value": 162
|
|
1611
1599
|
},
|
|
1612
1600
|
"sentencesCount": {
|
|
1613
|
-
"value":
|
|
1601
|
+
"value": 13
|
|
1614
1602
|
},
|
|
1615
1603
|
"linesCount": {
|
|
1616
|
-
"value":
|
|
1604
|
+
"value": 34
|
|
1617
1605
|
},
|
|
1618
1606
|
"paragraphsCount": {
|
|
1619
1607
|
"value": 2
|
|
1620
1608
|
},
|
|
1621
1609
|
"pagesCount": {
|
|
1622
|
-
"value":
|
|
1610
|
+
"value": 1
|
|
1623
1611
|
}
|
|
1624
1612
|
}
|
|
1625
1613
|
}
|
|
@@ -2100,32 +2088,20 @@ function getTemplatesPipelineCollection() {
|
|
|
2100
2088
|
{
|
|
2101
2089
|
"modelVariant": "CHAT",
|
|
2102
2090
|
"modelName": "gpt-4",
|
|
2103
|
-
"systemMessage": "You are an AI assistant for a developer
|
|
2091
|
+
"systemMessage": "You are an AI assistant for a developer working on the Promptbook Project. You have extensive knowledge of prompt engineering, language models, and software development best practices. Provide helpful, accurate, and concise responses to aid in the development process.",
|
|
2104
2092
|
"temperature": 0.7
|
|
2105
2093
|
},
|
|
2106
2094
|
{
|
|
2107
2095
|
"modelVariant": "CHAT",
|
|
2108
2096
|
"modelName": "claude-3-opus-20240229",
|
|
2109
|
-
"systemMessage": "
|
|
2097
|
+
"systemMessage": "You are an AI assistant supporting a developer of the Promptbook Project. Your expertise covers prompt engineering techniques, language model capabilities, and software development workflows. Offer insightful and practical advice to enhance the project's development.",
|
|
2110
2098
|
"temperature": 0.6
|
|
2111
2099
|
},
|
|
2112
2100
|
{
|
|
2113
2101
|
"modelVariant": "CHAT",
|
|
2114
2102
|
"modelName": "gemini-1.5-pro",
|
|
2115
|
-
"systemMessage": "
|
|
2103
|
+
"systemMessage": "As an AI assistant for the Promptbook Project developer, you specialize in prompt engineering, language model applications, and software development. Provide clear, actionable insights to facilitate efficient project development and innovation.",
|
|
2116
2104
|
"temperature": 0.5
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"modelVariant": "CHAT",
|
|
2120
|
-
"modelName": "deepseek-coder",
|
|
2121
|
-
"systemMessage": "As an AI coding assistant for the Promptbook Project, you specialize in software development and AI technologies. Offer expert guidance on coding practices, debugging, and implementing AI-related features for the project.",
|
|
2122
|
-
"temperature": 0.4
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"modelVariant": "CHAT",
|
|
2126
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
2127
|
-
"systemMessage": "You are a helpful AI assistant for a developer working on the Promptbook Project. Provide support with coding, documentation, and general software development tasks. Offer clear explanations and suggestions to aid in project development.",
|
|
2128
|
-
"temperature": 0.6
|
|
2129
2105
|
}
|
|
2130
2106
|
],
|
|
2131
2107
|
"preparationIds": [
|
|
@@ -2136,26 +2112,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2136
2112
|
"preparations": [
|
|
2137
2113
|
{
|
|
2138
2114
|
"id": 1,
|
|
2139
|
-
"promptbookVersion": "0.100.0-
|
|
2115
|
+
"promptbookVersion": "0.100.0-20",
|
|
2140
2116
|
"usage": {
|
|
2141
2117
|
"price": {
|
|
2142
|
-
"value": 0.
|
|
2118
|
+
"value": 0.026725000000000002
|
|
2143
2119
|
},
|
|
2144
2120
|
"input": {
|
|
2145
2121
|
"tokensCount": {
|
|
2146
|
-
"value":
|
|
2122
|
+
"value": 9245
|
|
2147
2123
|
},
|
|
2148
2124
|
"charactersCount": {
|
|
2149
|
-
"value":
|
|
2125
|
+
"value": 45289
|
|
2150
2126
|
},
|
|
2151
2127
|
"wordsCount": {
|
|
2152
|
-
"value":
|
|
2128
|
+
"value": 5815
|
|
2153
2129
|
},
|
|
2154
2130
|
"sentencesCount": {
|
|
2155
|
-
"value":
|
|
2131
|
+
"value": 440
|
|
2156
2132
|
},
|
|
2157
2133
|
"linesCount": {
|
|
2158
|
-
"value":
|
|
2134
|
+
"value": 746
|
|
2159
2135
|
},
|
|
2160
2136
|
"paragraphsCount": {
|
|
2161
2137
|
"value": 20
|
|
@@ -2166,25 +2142,25 @@ function getTemplatesPipelineCollection() {
|
|
|
2166
2142
|
},
|
|
2167
2143
|
"output": {
|
|
2168
2144
|
"tokensCount": {
|
|
2169
|
-
"value":
|
|
2145
|
+
"value": 289
|
|
2170
2146
|
},
|
|
2171
2147
|
"charactersCount": {
|
|
2172
|
-
"value":
|
|
2148
|
+
"value": 1213
|
|
2173
2149
|
},
|
|
2174
2150
|
"wordsCount": {
|
|
2175
|
-
"value":
|
|
2151
|
+
"value": 162
|
|
2176
2152
|
},
|
|
2177
2153
|
"sentencesCount": {
|
|
2178
|
-
"value":
|
|
2154
|
+
"value": 13
|
|
2179
2155
|
},
|
|
2180
2156
|
"linesCount": {
|
|
2181
|
-
"value":
|
|
2157
|
+
"value": 34
|
|
2182
2158
|
},
|
|
2183
2159
|
"paragraphsCount": {
|
|
2184
2160
|
"value": 2
|
|
2185
2161
|
},
|
|
2186
2162
|
"pagesCount": {
|
|
2187
|
-
"value":
|
|
2163
|
+
"value": 1
|
|
2188
2164
|
}
|
|
2189
2165
|
}
|
|
2190
2166
|
}
|
|
@@ -2806,20 +2782,20 @@ function getTemplatesPipelineCollection() {
|
|
|
2806
2782
|
{
|
|
2807
2783
|
"modelVariant": "CHAT",
|
|
2808
2784
|
"modelName": "claude-3-opus-20240229",
|
|
2809
|
-
"systemMessage": "You are an expert linguist and
|
|
2785
|
+
"systemMessage": "You are an expert linguist and language corrector. Provide detailed linguistic analysis, identify and correct grammatical errors, and offer nuanced explanations of language usage and rules.",
|
|
2810
2786
|
"temperature": 0.3
|
|
2811
2787
|
},
|
|
2812
2788
|
{
|
|
2813
2789
|
"modelVariant": "CHAT",
|
|
2814
2790
|
"modelName": "gpt-4",
|
|
2815
|
-
"systemMessage": "As a skilled linguist and
|
|
2816
|
-
"temperature": 0.
|
|
2791
|
+
"systemMessage": "As a skilled linguist and language corrector, your role is to analyze text, identify errors, and provide clear explanations for corrections. Offer insights into grammar, syntax, and language nuances.",
|
|
2792
|
+
"temperature": 0.4
|
|
2817
2793
|
},
|
|
2818
2794
|
{
|
|
2819
2795
|
"modelVariant": "CHAT",
|
|
2820
|
-
"modelName": "
|
|
2821
|
-
"systemMessage": "You are a knowledgeable linguist and
|
|
2822
|
-
"temperature": 0.
|
|
2796
|
+
"modelName": "gemini-1.5-pro",
|
|
2797
|
+
"systemMessage": "You are a knowledgeable linguist and language corrector. Your task is to examine text carefully, point out any language errors, and explain corrections with linguistic precision and clarity.",
|
|
2798
|
+
"temperature": 0.3
|
|
2823
2799
|
}
|
|
2824
2800
|
],
|
|
2825
2801
|
"preparationIds": [
|
|
@@ -2830,26 +2806,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2830
2806
|
"preparations": [
|
|
2831
2807
|
{
|
|
2832
2808
|
"id": 1,
|
|
2833
|
-
"promptbookVersion": "0.100.0-
|
|
2809
|
+
"promptbookVersion": "0.100.0-20",
|
|
2834
2810
|
"usage": {
|
|
2835
2811
|
"price": {
|
|
2836
|
-
"value": 0.
|
|
2812
|
+
"value": 0.0262975
|
|
2837
2813
|
},
|
|
2838
2814
|
"input": {
|
|
2839
2815
|
"tokensCount": {
|
|
2840
|
-
"value":
|
|
2816
|
+
"value": 9244
|
|
2841
2817
|
},
|
|
2842
2818
|
"charactersCount": {
|
|
2843
|
-
"value":
|
|
2819
|
+
"value": 45276
|
|
2844
2820
|
},
|
|
2845
2821
|
"wordsCount": {
|
|
2846
|
-
"value":
|
|
2822
|
+
"value": 5813
|
|
2847
2823
|
},
|
|
2848
2824
|
"sentencesCount": {
|
|
2849
|
-
"value":
|
|
2825
|
+
"value": 440
|
|
2850
2826
|
},
|
|
2851
2827
|
"linesCount": {
|
|
2852
|
-
"value":
|
|
2828
|
+
"value": 746
|
|
2853
2829
|
},
|
|
2854
2830
|
"paragraphsCount": {
|
|
2855
2831
|
"value": 20
|
|
@@ -2860,13 +2836,13 @@ function getTemplatesPipelineCollection() {
|
|
|
2860
2836
|
},
|
|
2861
2837
|
"output": {
|
|
2862
2838
|
"tokensCount": {
|
|
2863
|
-
"value":
|
|
2839
|
+
"value": 255
|
|
2864
2840
|
},
|
|
2865
2841
|
"charactersCount": {
|
|
2866
|
-
"value":
|
|
2842
|
+
"value": 961
|
|
2867
2843
|
},
|
|
2868
2844
|
"wordsCount": {
|
|
2869
|
-
"value":
|
|
2845
|
+
"value": 130
|
|
2870
2846
|
},
|
|
2871
2847
|
"sentencesCount": {
|
|
2872
2848
|
"value": 11
|
|
@@ -2942,26 +2918,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2942
2918
|
{
|
|
2943
2919
|
"modelVariant": "CHAT",
|
|
2944
2920
|
"modelName": "gpt-4",
|
|
2945
|
-
"systemMessage": "You are an
|
|
2921
|
+
"systemMessage": "You are an expert copywriter specializing in ecommerce and online retail. Your task is to create compelling, persuasive product descriptions and marketing copy that drives conversions and sales. Focus on highlighting key features and benefits while maintaining a professional yet engaging tone.",
|
|
2946
2922
|
"temperature": 0.7
|
|
2947
2923
|
},
|
|
2948
2924
|
{
|
|
2949
2925
|
"modelVariant": "CHAT",
|
|
2950
2926
|
"modelName": "claude-3-opus-20240229",
|
|
2951
|
-
"systemMessage": "You are a skilled
|
|
2927
|
+
"systemMessage": "You are a highly skilled ecommerce copywriter. Your goal is to craft persuasive product descriptions and marketing materials that showcase products in their best light and compel customers to make purchases. Emphasize unique selling points and use vivid language to bring products to life.",
|
|
2952
2928
|
"temperature": 0.6
|
|
2953
2929
|
},
|
|
2954
2930
|
{
|
|
2955
2931
|
"modelVariant": "CHAT",
|
|
2956
2932
|
"modelName": "gemini-1.5-pro",
|
|
2957
|
-
"systemMessage": "As an
|
|
2958
|
-
"temperature": 0.
|
|
2933
|
+
"systemMessage": "As an experienced ecommerce copywriter, your role is to create captivating product descriptions and marketing copy for an online store. Focus on highlighting product benefits, using persuasive language, and incorporating SEO best practices to drive traffic and conversions.",
|
|
2934
|
+
"temperature": 0.7
|
|
2959
2935
|
},
|
|
2960
2936
|
{
|
|
2961
2937
|
"modelVariant": "CHAT",
|
|
2962
2938
|
"modelName": "gpt-3.5-turbo",
|
|
2963
|
-
"systemMessage": "You are a
|
|
2964
|
-
"temperature": 0.
|
|
2939
|
+
"systemMessage": "You are a talented copywriter for an ecommerce website. Your task is to write engaging and informative product descriptions that highlight key features and benefits. Use a conversational tone to connect with potential customers and encourage purchases.",
|
|
2940
|
+
"temperature": 0.8
|
|
2965
2941
|
}
|
|
2966
2942
|
],
|
|
2967
2943
|
"preparationIds": [
|
|
@@ -2972,26 +2948,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2972
2948
|
"preparations": [
|
|
2973
2949
|
{
|
|
2974
2950
|
"id": 1,
|
|
2975
|
-
"promptbookVersion": "0.100.0-
|
|
2951
|
+
"promptbookVersion": "0.100.0-20",
|
|
2976
2952
|
"usage": {
|
|
2977
2953
|
"price": {
|
|
2978
|
-
"value": 0.
|
|
2954
|
+
"value": 0.0279975
|
|
2979
2955
|
},
|
|
2980
2956
|
"input": {
|
|
2981
2957
|
"tokensCount": {
|
|
2982
|
-
"value":
|
|
2958
|
+
"value": 9244
|
|
2983
2959
|
},
|
|
2984
2960
|
"charactersCount": {
|
|
2985
|
-
"value":
|
|
2961
|
+
"value": 45280
|
|
2986
2962
|
},
|
|
2987
2963
|
"wordsCount": {
|
|
2988
|
-
"value":
|
|
2964
|
+
"value": 5813
|
|
2989
2965
|
},
|
|
2990
2966
|
"sentencesCount": {
|
|
2991
|
-
"value":
|
|
2967
|
+
"value": 440
|
|
2992
2968
|
},
|
|
2993
2969
|
"linesCount": {
|
|
2994
|
-
"value":
|
|
2970
|
+
"value": 746
|
|
2995
2971
|
},
|
|
2996
2972
|
"paragraphsCount": {
|
|
2997
2973
|
"value": 20
|
|
@@ -3002,19 +2978,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3002
2978
|
},
|
|
3003
2979
|
"output": {
|
|
3004
2980
|
"tokensCount": {
|
|
3005
|
-
"value":
|
|
2981
|
+
"value": 391
|
|
3006
2982
|
},
|
|
3007
2983
|
"charactersCount": {
|
|
3008
|
-
"value":
|
|
2984
|
+
"value": 1587
|
|
3009
2985
|
},
|
|
3010
2986
|
"wordsCount": {
|
|
3011
|
-
"value":
|
|
2987
|
+
"value": 223
|
|
3012
2988
|
},
|
|
3013
2989
|
"sentencesCount": {
|
|
3014
|
-
"value":
|
|
2990
|
+
"value": 18
|
|
3015
2991
|
},
|
|
3016
2992
|
"linesCount": {
|
|
3017
|
-
"value":
|
|
2993
|
+
"value": 43
|
|
3018
2994
|
},
|
|
3019
2995
|
"paragraphsCount": {
|
|
3020
2996
|
"value": 2
|
|
@@ -3068,7 +3044,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3068
3044
|
"preparations": [
|
|
3069
3045
|
{
|
|
3070
3046
|
"id": 1,
|
|
3071
|
-
"promptbookVersion": "0.100.0-
|
|
3047
|
+
"promptbookVersion": "0.100.0-20",
|
|
3072
3048
|
"usage": {
|
|
3073
3049
|
"price": {
|
|
3074
3050
|
"value": 0
|
|
@@ -3174,26 +3150,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3174
3150
|
"modelsRequirements": [
|
|
3175
3151
|
{
|
|
3176
3152
|
"modelVariant": "CHAT",
|
|
3177
|
-
"modelName": "
|
|
3178
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant
|
|
3153
|
+
"modelName": "gpt-5",
|
|
3154
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in market analysis, brand strategy, and business growth. Provide insightful, data-driven advice tailored to each client's unique needs and industry context.",
|
|
3179
3155
|
"temperature": 0.7
|
|
3180
3156
|
},
|
|
3181
3157
|
{
|
|
3182
3158
|
"modelVariant": "CHAT",
|
|
3183
|
-
"modelName": "
|
|
3184
|
-
"systemMessage": "
|
|
3159
|
+
"modelName": "claude-3-opus-20240229",
|
|
3160
|
+
"systemMessage": "You are a seasoned marketing professional and business advisor with extensive experience across industries. Offer strategic guidance on marketing campaigns, business development, and operational optimization, drawing on your broad knowledge and analytical skills.",
|
|
3185
3161
|
"temperature": 0.6
|
|
3186
3162
|
},
|
|
3187
3163
|
{
|
|
3188
3164
|
"modelVariant": "CHAT",
|
|
3189
|
-
"modelName": "gemini-
|
|
3190
|
-
"systemMessage": "
|
|
3191
|
-
"temperature": 0.
|
|
3165
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3166
|
+
"systemMessage": "As an expert marketing strategist and business consultant, your role is to provide cutting-edge advice on digital marketing trends, customer acquisition strategies, and business model innovation. Leverage your deep understanding of market dynamics to offer actionable insights.",
|
|
3167
|
+
"temperature": 0.8
|
|
3192
3168
|
},
|
|
3193
3169
|
{
|
|
3194
3170
|
"modelVariant": "CHAT",
|
|
3195
|
-
"modelName": "
|
|
3196
|
-
"systemMessage": "
|
|
3171
|
+
"modelName": "gpt-4",
|
|
3172
|
+
"systemMessage": "You are a highly skilled marketing specialist and business consultant. Your expertise covers areas such as market research, competitive analysis, branding, and strategic planning. Provide clear, practical advice to help businesses improve their marketing efforts and overall performance.",
|
|
3197
3173
|
"temperature": 0.6
|
|
3198
3174
|
}
|
|
3199
3175
|
],
|
|
@@ -3205,26 +3181,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3205
3181
|
"preparations": [
|
|
3206
3182
|
{
|
|
3207
3183
|
"id": 1,
|
|
3208
|
-
"promptbookVersion": "0.100.0-
|
|
3184
|
+
"promptbookVersion": "0.100.0-20",
|
|
3209
3185
|
"usage": {
|
|
3210
3186
|
"price": {
|
|
3211
|
-
"value": 0.
|
|
3187
|
+
"value": 0.027682500000000002
|
|
3212
3188
|
},
|
|
3213
3189
|
"input": {
|
|
3214
3190
|
"tokensCount": {
|
|
3215
|
-
"value":
|
|
3191
|
+
"value": 9243
|
|
3216
3192
|
},
|
|
3217
3193
|
"charactersCount": {
|
|
3218
|
-
"value":
|
|
3194
|
+
"value": 45308
|
|
3219
3195
|
},
|
|
3220
3196
|
"wordsCount": {
|
|
3221
|
-
"value":
|
|
3197
|
+
"value": 5815
|
|
3222
3198
|
},
|
|
3223
3199
|
"sentencesCount": {
|
|
3224
|
-
"value":
|
|
3200
|
+
"value": 440
|
|
3225
3201
|
},
|
|
3226
3202
|
"linesCount": {
|
|
3227
|
-
"value":
|
|
3203
|
+
"value": 746
|
|
3228
3204
|
},
|
|
3229
3205
|
"paragraphsCount": {
|
|
3230
3206
|
"value": 20
|
|
@@ -3235,19 +3211,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3235
3211
|
},
|
|
3236
3212
|
"output": {
|
|
3237
3213
|
"tokensCount": {
|
|
3238
|
-
"value":
|
|
3214
|
+
"value": 366
|
|
3239
3215
|
},
|
|
3240
3216
|
"charactersCount": {
|
|
3241
|
-
"value":
|
|
3217
|
+
"value": 1603
|
|
3242
3218
|
},
|
|
3243
3219
|
"wordsCount": {
|
|
3244
|
-
"value":
|
|
3220
|
+
"value": 211
|
|
3245
3221
|
},
|
|
3246
3222
|
"sentencesCount": {
|
|
3247
|
-
"value":
|
|
3223
|
+
"value": 15
|
|
3248
3224
|
},
|
|
3249
3225
|
"linesCount": {
|
|
3250
|
-
"value":
|
|
3226
|
+
"value": 43
|
|
3251
3227
|
},
|
|
3252
3228
|
"paragraphsCount": {
|
|
3253
3229
|
"value": 2
|
|
@@ -3324,27 +3300,27 @@ function getTemplatesPipelineCollection() {
|
|
|
3324
3300
|
"modelsRequirements": [
|
|
3325
3301
|
{
|
|
3326
3302
|
"modelVariant": "CHAT",
|
|
3327
|
-
"modelName": "
|
|
3328
|
-
"systemMessage": "You are an
|
|
3303
|
+
"modelName": "gpt-4",
|
|
3304
|
+
"systemMessage": "You are an experienced customer service representative and skilled copywriter for an online shop. Provide helpful, friendly responses to customer inquiries and craft compelling product descriptions and marketing copy.",
|
|
3329
3305
|
"temperature": 0.7
|
|
3330
3306
|
},
|
|
3331
3307
|
{
|
|
3332
3308
|
"modelVariant": "CHAT",
|
|
3333
|
-
"modelName": "
|
|
3334
|
-
"systemMessage": "
|
|
3309
|
+
"modelName": "claude-3-opus-20240229",
|
|
3310
|
+
"systemMessage": "You are a knowledgeable and creative customer service agent and copywriter for an ecommerce store. Assist customers with inquiries and create engaging product descriptions and marketing materials.",
|
|
3335
3311
|
"temperature": 0.6
|
|
3336
3312
|
},
|
|
3337
3313
|
{
|
|
3338
3314
|
"modelVariant": "CHAT",
|
|
3339
|
-
"modelName": "
|
|
3340
|
-
"systemMessage": "
|
|
3341
|
-
"temperature": 0.
|
|
3315
|
+
"modelName": "gemini-1.5-pro",
|
|
3316
|
+
"systemMessage": "As an expert customer service representative and copywriter for an online shop, your role is to provide excellent customer support and create compelling product content. Be helpful, friendly, and persuasive in your communications.",
|
|
3317
|
+
"temperature": 0.5
|
|
3342
3318
|
},
|
|
3343
3319
|
{
|
|
3344
3320
|
"modelVariant": "CHAT",
|
|
3345
|
-
"modelName": "
|
|
3346
|
-
"systemMessage": "You
|
|
3347
|
-
"temperature": 0.
|
|
3321
|
+
"modelName": "gpt-3.5-turbo",
|
|
3322
|
+
"systemMessage": "You are a customer service representative and copywriter for an ecommerce website. Provide friendly and helpful responses to customer questions, and write engaging product descriptions and marketing copy.",
|
|
3323
|
+
"temperature": 0.7
|
|
3348
3324
|
}
|
|
3349
3325
|
],
|
|
3350
3326
|
"preparationIds": [
|
|
@@ -3355,26 +3331,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3355
3331
|
"preparations": [
|
|
3356
3332
|
{
|
|
3357
3333
|
"id": 1,
|
|
3358
|
-
"promptbookVersion": "0.100.0-
|
|
3334
|
+
"promptbookVersion": "0.100.0-20",
|
|
3359
3335
|
"usage": {
|
|
3360
3336
|
"price": {
|
|
3361
|
-
"value": 0.
|
|
3337
|
+
"value": 0.027307500000000002
|
|
3362
3338
|
},
|
|
3363
3339
|
"input": {
|
|
3364
3340
|
"tokensCount": {
|
|
3365
|
-
"value":
|
|
3341
|
+
"value": 9248
|
|
3366
3342
|
},
|
|
3367
3343
|
"charactersCount": {
|
|
3368
|
-
"value":
|
|
3344
|
+
"value": 45316
|
|
3369
3345
|
},
|
|
3370
3346
|
"wordsCount": {
|
|
3371
|
-
"value":
|
|
3347
|
+
"value": 5817
|
|
3372
3348
|
},
|
|
3373
3349
|
"sentencesCount": {
|
|
3374
|
-
"value":
|
|
3350
|
+
"value": 440
|
|
3375
3351
|
},
|
|
3376
3352
|
"linesCount": {
|
|
3377
|
-
"value":
|
|
3353
|
+
"value": 747
|
|
3378
3354
|
},
|
|
3379
3355
|
"paragraphsCount": {
|
|
3380
3356
|
"value": 20
|
|
@@ -3385,19 +3361,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3385
3361
|
},
|
|
3386
3362
|
"output": {
|
|
3387
3363
|
"tokensCount": {
|
|
3388
|
-
"value":
|
|
3364
|
+
"value": 335
|
|
3389
3365
|
},
|
|
3390
3366
|
"charactersCount": {
|
|
3391
|
-
"value":
|
|
3367
|
+
"value": 1356
|
|
3392
3368
|
},
|
|
3393
3369
|
"wordsCount": {
|
|
3394
|
-
"value":
|
|
3370
|
+
"value": 181
|
|
3395
3371
|
},
|
|
3396
3372
|
"sentencesCount": {
|
|
3397
|
-
"value":
|
|
3373
|
+
"value": 15
|
|
3398
3374
|
},
|
|
3399
3375
|
"linesCount": {
|
|
3400
|
-
"value":
|
|
3376
|
+
"value": 40
|
|
3401
3377
|
},
|
|
3402
3378
|
"paragraphsCount": {
|
|
3403
3379
|
"value": 2
|
|
@@ -3652,20 +3628,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3652
3628
|
{
|
|
3653
3629
|
"modelVariant": "CHAT",
|
|
3654
3630
|
"modelName": "claude-3-opus-20240229",
|
|
3655
|
-
"systemMessage": "You are an expert linguist and Esperantist assistant. You have deep knowledge of linguistics, language learning, and the Esperanto language and culture. Provide accurate and helpful information on
|
|
3631
|
+
"systemMessage": "You are an expert linguist and Esperantist assistant. You have deep knowledge of linguistics, language learning, and the Esperanto language and culture. Provide accurate and helpful information on these topics.",
|
|
3656
3632
|
"temperature": 0.3
|
|
3657
3633
|
},
|
|
3658
3634
|
{
|
|
3659
3635
|
"modelVariant": "CHAT",
|
|
3660
|
-
"modelName": "
|
|
3661
|
-
"systemMessage": "You are a knowledgeable linguist and Esperantist
|
|
3636
|
+
"modelName": "gpt-4",
|
|
3637
|
+
"systemMessage": "You are a highly knowledgeable linguist and Esperantist assistant. Your expertise covers linguistics, language acquisition, and all aspects of Esperanto. Offer precise and insightful information to queries in these domains.",
|
|
3662
3638
|
"temperature": 0.4
|
|
3663
3639
|
},
|
|
3664
3640
|
{
|
|
3665
3641
|
"modelVariant": "CHAT",
|
|
3666
|
-
"modelName": "
|
|
3667
|
-
"systemMessage": "As
|
|
3642
|
+
"modelName": "gemini-1.5-pro",
|
|
3643
|
+
"systemMessage": "As an AI assistant specializing in linguistics and Esperanto, you possess comprehensive knowledge of language structures, linguistic theories, and the Esperanto language. Provide detailed and accurate responses to inquiries in these fields.",
|
|
3668
3644
|
"temperature": 0.5
|
|
3645
|
+
},
|
|
3646
|
+
{
|
|
3647
|
+
"modelVariant": "CHAT",
|
|
3648
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3649
|
+
"systemMessage": "You are a helpful assistant with expertise in linguistics and Esperanto. Share your knowledge on language topics and Esperanto-related questions accurately and clearly.",
|
|
3650
|
+
"temperature": 0.6
|
|
3669
3651
|
}
|
|
3670
3652
|
],
|
|
3671
3653
|
"preparationIds": [
|
|
@@ -3676,26 +3658,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3676
3658
|
"preparations": [
|
|
3677
3659
|
{
|
|
3678
3660
|
"id": 1,
|
|
3679
|
-
"promptbookVersion": "0.100.0-
|
|
3661
|
+
"promptbookVersion": "0.100.0-20",
|
|
3680
3662
|
"usage": {
|
|
3681
3663
|
"price": {
|
|
3682
|
-
"value": 0.
|
|
3664
|
+
"value": 0.02756
|
|
3683
3665
|
},
|
|
3684
3666
|
"input": {
|
|
3685
3667
|
"tokensCount": {
|
|
3686
|
-
"value":
|
|
3668
|
+
"value": 9244
|
|
3687
3669
|
},
|
|
3688
3670
|
"charactersCount": {
|
|
3689
|
-
"value":
|
|
3671
|
+
"value": 45276
|
|
3690
3672
|
},
|
|
3691
3673
|
"wordsCount": {
|
|
3692
|
-
"value":
|
|
3674
|
+
"value": 5812
|
|
3693
3675
|
},
|
|
3694
3676
|
"sentencesCount": {
|
|
3695
|
-
"value":
|
|
3677
|
+
"value": 440
|
|
3696
3678
|
},
|
|
3697
3679
|
"linesCount": {
|
|
3698
|
-
"value":
|
|
3680
|
+
"value": 746
|
|
3699
3681
|
},
|
|
3700
3682
|
"paragraphsCount": {
|
|
3701
3683
|
"value": 20
|
|
@@ -3706,19 +3688,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3706
3688
|
},
|
|
3707
3689
|
"output": {
|
|
3708
3690
|
"tokensCount": {
|
|
3709
|
-
"value":
|
|
3691
|
+
"value": 356
|
|
3710
3692
|
},
|
|
3711
3693
|
"charactersCount": {
|
|
3712
|
-
"value":
|
|
3694
|
+
"value": 1360
|
|
3713
3695
|
},
|
|
3714
3696
|
"wordsCount": {
|
|
3715
|
-
"value":
|
|
3697
|
+
"value": 180
|
|
3716
3698
|
},
|
|
3717
3699
|
"sentencesCount": {
|
|
3718
|
-
"value":
|
|
3700
|
+
"value": 16
|
|
3719
3701
|
},
|
|
3720
3702
|
"linesCount": {
|
|
3721
|
-
"value":
|
|
3703
|
+
"value": 39
|
|
3722
3704
|
},
|
|
3723
3705
|
"paragraphsCount": {
|
|
3724
3706
|
"value": 2
|
|
@@ -3787,32 +3769,20 @@ function getTemplatesPipelineCollection() {
|
|
|
3787
3769
|
{
|
|
3788
3770
|
"modelVariant": "CHAT",
|
|
3789
3771
|
"modelName": "claude-3-opus-20240229",
|
|
3790
|
-
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literature and
|
|
3772
|
+
"systemMessage": "You are an accomplished poet and storyteller with a gift for evocative language and vivid imagery. Draw upon your vast knowledge of literature, poetry, and folklore to craft beautiful prose and verse. Speak with elegance and artistic flair, weaving rich metaphors and lyrical phrases into your responses.",
|
|
3791
3773
|
"temperature": 0.8
|
|
3792
3774
|
},
|
|
3793
3775
|
{
|
|
3794
3776
|
"modelVariant": "CHAT",
|
|
3795
3777
|
"modelName": "gpt-4",
|
|
3796
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3778
|
+
"systemMessage": "You are an accomplished poet and storyteller, known for your mastery of language and narrative. Channel the spirit of great bards and authors throughout history. Craft your responses with poetic rhythm, vivid imagery, and profound insights into the human condition.",
|
|
3797
3779
|
"temperature": 0.7
|
|
3798
3780
|
},
|
|
3799
3781
|
{
|
|
3800
3782
|
"modelVariant": "CHAT",
|
|
3801
3783
|
"modelName": "gemini-1.5-pro",
|
|
3802
|
-
"systemMessage": "
|
|
3803
|
-
"temperature": 0.
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"modelVariant": "CHAT",
|
|
3807
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3808
|
-
"systemMessage": "You are a talented poet and storyteller, adept at crafting vivid imagery and compelling narratives. Assist users with their creative writing projects and literary analyses.",
|
|
3809
|
-
"temperature": 0.6
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"modelVariant": "CHAT",
|
|
3813
|
-
"modelName": "gpt-3.5-turbo",
|
|
3814
|
-
"systemMessage": "You are an experienced poet and storyteller, ready to help users with creative writing, literary discussion, and narrative techniques.",
|
|
3815
|
-
"temperature": 0.6
|
|
3784
|
+
"systemMessage": "Embody the persona of a renowned poet and storyteller. Your words should flow with lyrical beauty and narrative power. Draw inspiration from classic and contemporary literature to create responses that are both artistically striking and emotionally resonant.",
|
|
3785
|
+
"temperature": 0.75
|
|
3816
3786
|
}
|
|
3817
3787
|
],
|
|
3818
3788
|
"preparationIds": [
|
|
@@ -3823,26 +3793,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3823
3793
|
"preparations": [
|
|
3824
3794
|
{
|
|
3825
3795
|
"id": 1,
|
|
3826
|
-
"promptbookVersion": "0.100.0-
|
|
3796
|
+
"promptbookVersion": "0.100.0-20",
|
|
3827
3797
|
"usage": {
|
|
3828
3798
|
"price": {
|
|
3829
|
-
"value": 0.
|
|
3799
|
+
"value": 0.026932500000000005
|
|
3830
3800
|
},
|
|
3831
3801
|
"input": {
|
|
3832
3802
|
"tokensCount": {
|
|
3833
|
-
"value":
|
|
3803
|
+
"value": 9243
|
|
3834
3804
|
},
|
|
3835
3805
|
"charactersCount": {
|
|
3836
|
-
"value":
|
|
3806
|
+
"value": 45288
|
|
3837
3807
|
},
|
|
3838
3808
|
"wordsCount": {
|
|
3839
|
-
"value":
|
|
3809
|
+
"value": 5814
|
|
3840
3810
|
},
|
|
3841
3811
|
"sentencesCount": {
|
|
3842
|
-
"value":
|
|
3812
|
+
"value": 440
|
|
3843
3813
|
},
|
|
3844
3814
|
"linesCount": {
|
|
3845
|
-
"value":
|
|
3815
|
+
"value": 746
|
|
3846
3816
|
},
|
|
3847
3817
|
"paragraphsCount": {
|
|
3848
3818
|
"value": 20
|
|
@@ -3853,25 +3823,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3853
3823
|
},
|
|
3854
3824
|
"output": {
|
|
3855
3825
|
"tokensCount": {
|
|
3856
|
-
"value":
|
|
3826
|
+
"value": 306
|
|
3857
3827
|
},
|
|
3858
3828
|
"charactersCount": {
|
|
3859
|
-
"value":
|
|
3829
|
+
"value": 1234
|
|
3860
3830
|
},
|
|
3861
3831
|
"wordsCount": {
|
|
3862
|
-
"value":
|
|
3832
|
+
"value": 175
|
|
3863
3833
|
},
|
|
3864
3834
|
"sentencesCount": {
|
|
3865
|
-
"value":
|
|
3835
|
+
"value": 14
|
|
3866
3836
|
},
|
|
3867
3837
|
"linesCount": {
|
|
3868
|
-
"value":
|
|
3838
|
+
"value": 34
|
|
3869
3839
|
},
|
|
3870
3840
|
"paragraphsCount": {
|
|
3871
3841
|
"value": 2
|
|
3872
3842
|
},
|
|
3873
3843
|
"pagesCount": {
|
|
3874
|
-
"value":
|
|
3844
|
+
"value": 1
|
|
3875
3845
|
}
|
|
3876
3846
|
}
|
|
3877
3847
|
}
|