@promptbook/templates 0.100.0-16 → 0.100.0-18
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 +161 -185
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/core.index.d.ts +6 -4
- package/esm/typings/src/_packages/types.index.d.ts +2 -2
- package/esm/typings/src/book-2.0/agent-source/parseAgentSource.d.ts +2 -2
- package/esm/typings/src/book-2.0/agent-source/string_book.d.ts +26 -0
- package/esm/typings/src/book-2.0/commitments/_misc/createAgentModelRequirements.d.ts +7 -7
- package/esm/typings/src/book-2.0/commitments/_misc/createAgentModelRequirementsWithCommitments.d.ts +4 -4
- package/esm/typings/src/book-2.0/commitments/_misc/parseAgentSourceWithCommitments.d.ts +4 -4
- package/esm/typings/src/pipeline/book-notation.d.ts +2 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +161 -185
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/book-2.0/agent-source/string_agent_source.d.ts +0 -42
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-18';
|
|
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,26 +1535,20 @@ function getTemplatesPipelineCollection() {
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"modelVariant": "CHAT",
|
|
1537
1537
|
"modelName": "gpt-4",
|
|
1538
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development
|
|
1539
|
-
"temperature": 0.
|
|
1538
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, large language models, and AI application development. Provide helpful and technical information about the Promptbook Project, prompt design best practices, and AI development workflows.",
|
|
1539
|
+
"temperature": 0.3
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
"modelVariant": "CHAT",
|
|
1543
1543
|
"modelName": "claude-3-opus-20240229",
|
|
1544
|
-
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. Share insights about prompt engineering,
|
|
1545
|
-
"temperature": 0.
|
|
1544
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Share insights about prompt engineering techniques, AI model capabilities, and the features of Promptbook. Offer technical advice and explanations related to AI development and the project.",
|
|
1545
|
+
"temperature": 0.4
|
|
1546
1546
|
},
|
|
1547
1547
|
{
|
|
1548
1548
|
"modelVariant": "CHAT",
|
|
1549
1549
|
"modelName": "gemini-1.5-pro",
|
|
1550
|
-
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI and
|
|
1550
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI engineering and prompt design. Provide detailed technical information about Promptbook, prompt optimization strategies, and AI application development. Offer coding examples and best practices when relevant.",
|
|
1551
1551
|
"temperature": 0.5
|
|
1552
|
-
},
|
|
1553
|
-
{
|
|
1554
|
-
"modelVariant": "CHAT",
|
|
1555
|
-
"modelName": "gpt-3.5-turbo",
|
|
1556
|
-
"systemMessage": "You are an AI assistant with knowledge of the Promptbook Project. Offer helpful information about prompt engineering and language model usage, focused on Promptbook's core concepts and benefits for developers.",
|
|
1557
|
-
"temperature": 0.7
|
|
1558
1552
|
}
|
|
1559
1553
|
],
|
|
1560
1554
|
"preparationIds": [
|
|
@@ -1565,49 +1559,49 @@ function getTemplatesPipelineCollection() {
|
|
|
1565
1559
|
"preparations": [
|
|
1566
1560
|
{
|
|
1567
1561
|
"id": 1,
|
|
1568
|
-
"promptbookVersion": "0.100.0-
|
|
1562
|
+
"promptbookVersion": "0.100.0-17",
|
|
1569
1563
|
"usage": {
|
|
1570
1564
|
"price": {
|
|
1571
|
-
"value": 0.
|
|
1565
|
+
"value": 0.026705
|
|
1572
1566
|
},
|
|
1573
1567
|
"input": {
|
|
1574
1568
|
"tokensCount": {
|
|
1575
|
-
"value":
|
|
1569
|
+
"value": 9167
|
|
1576
1570
|
},
|
|
1577
1571
|
"charactersCount": {
|
|
1578
|
-
"value":
|
|
1572
|
+
"value": 45059
|
|
1579
1573
|
},
|
|
1580
1574
|
"wordsCount": {
|
|
1581
|
-
"value":
|
|
1575
|
+
"value": 5783
|
|
1582
1576
|
},
|
|
1583
1577
|
"sentencesCount": {
|
|
1584
|
-
"value":
|
|
1578
|
+
"value": 440
|
|
1585
1579
|
},
|
|
1586
1580
|
"linesCount": {
|
|
1587
|
-
"value":
|
|
1581
|
+
"value": 742
|
|
1588
1582
|
},
|
|
1589
1583
|
"paragraphsCount": {
|
|
1590
1584
|
"value": 20
|
|
1591
1585
|
},
|
|
1592
1586
|
"pagesCount": {
|
|
1593
|
-
"value":
|
|
1587
|
+
"value": 17
|
|
1594
1588
|
}
|
|
1595
1589
|
},
|
|
1596
1590
|
"output": {
|
|
1597
1591
|
"tokensCount": {
|
|
1598
|
-
"value":
|
|
1592
|
+
"value": 303
|
|
1599
1593
|
},
|
|
1600
1594
|
"charactersCount": {
|
|
1601
|
-
"value":
|
|
1595
|
+
"value": 1266
|
|
1602
1596
|
},
|
|
1603
1597
|
"wordsCount": {
|
|
1604
|
-
"value":
|
|
1598
|
+
"value": 171
|
|
1605
1599
|
},
|
|
1606
1600
|
"sentencesCount": {
|
|
1607
|
-
"value":
|
|
1601
|
+
"value": 14
|
|
1608
1602
|
},
|
|
1609
1603
|
"linesCount": {
|
|
1610
|
-
"value":
|
|
1604
|
+
"value": 35
|
|
1611
1605
|
},
|
|
1612
1606
|
"paragraphsCount": {
|
|
1613
1607
|
"value": 2
|
|
@@ -2094,26 +2088,20 @@ function getTemplatesPipelineCollection() {
|
|
|
2094
2088
|
{
|
|
2095
2089
|
"modelVariant": "CHAT",
|
|
2096
2090
|
"modelName": "gpt-4",
|
|
2097
|
-
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, language models, and AI development
|
|
2098
|
-
"temperature": 0.
|
|
2091
|
+
"systemMessage": "You are an experienced AI engineer and developer of the Promptbook Project. You have deep knowledge of prompt engineering, large language models, and AI application development. Provide helpful and technical information about the Promptbook Project, prompt design best practices, and AI development workflows.",
|
|
2092
|
+
"temperature": 0.3
|
|
2099
2093
|
},
|
|
2100
2094
|
{
|
|
2101
2095
|
"modelVariant": "CHAT",
|
|
2102
2096
|
"modelName": "claude-3-opus-20240229",
|
|
2103
|
-
"systemMessage": "You are a knowledgeable developer working on the Promptbook Project. Share insights about prompt engineering,
|
|
2104
|
-
"temperature": 0.
|
|
2097
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Share insights about prompt engineering techniques, AI model capabilities, and the features of Promptbook. Offer technical advice and explanations related to AI development and the project.",
|
|
2098
|
+
"temperature": 0.4
|
|
2105
2099
|
},
|
|
2106
2100
|
{
|
|
2107
2101
|
"modelVariant": "CHAT",
|
|
2108
2102
|
"modelName": "gemini-1.5-pro",
|
|
2109
|
-
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI and
|
|
2103
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an expert in AI engineering and prompt design. Provide detailed technical information about Promptbook, prompt optimization strategies, and AI application development. Offer coding examples and best practices when relevant.",
|
|
2110
2104
|
"temperature": 0.5
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
"modelVariant": "CHAT",
|
|
2114
|
-
"modelName": "gpt-3.5-turbo",
|
|
2115
|
-
"systemMessage": "You are an AI assistant with knowledge of the Promptbook Project. Offer helpful information about prompt engineering and language model usage, focused on Promptbook's core concepts and benefits for developers.",
|
|
2116
|
-
"temperature": 0.7
|
|
2117
2105
|
}
|
|
2118
2106
|
],
|
|
2119
2107
|
"preparationIds": [
|
|
@@ -2124,49 +2112,49 @@ function getTemplatesPipelineCollection() {
|
|
|
2124
2112
|
"preparations": [
|
|
2125
2113
|
{
|
|
2126
2114
|
"id": 1,
|
|
2127
|
-
"promptbookVersion": "0.100.0-
|
|
2115
|
+
"promptbookVersion": "0.100.0-17",
|
|
2128
2116
|
"usage": {
|
|
2129
2117
|
"price": {
|
|
2130
|
-
"value": 0.
|
|
2118
|
+
"value": 0.026705
|
|
2131
2119
|
},
|
|
2132
2120
|
"input": {
|
|
2133
2121
|
"tokensCount": {
|
|
2134
|
-
"value":
|
|
2122
|
+
"value": 9167
|
|
2135
2123
|
},
|
|
2136
2124
|
"charactersCount": {
|
|
2137
|
-
"value":
|
|
2125
|
+
"value": 45059
|
|
2138
2126
|
},
|
|
2139
2127
|
"wordsCount": {
|
|
2140
|
-
"value":
|
|
2128
|
+
"value": 5783
|
|
2141
2129
|
},
|
|
2142
2130
|
"sentencesCount": {
|
|
2143
|
-
"value":
|
|
2131
|
+
"value": 440
|
|
2144
2132
|
},
|
|
2145
2133
|
"linesCount": {
|
|
2146
|
-
"value":
|
|
2134
|
+
"value": 742
|
|
2147
2135
|
},
|
|
2148
2136
|
"paragraphsCount": {
|
|
2149
2137
|
"value": 20
|
|
2150
2138
|
},
|
|
2151
2139
|
"pagesCount": {
|
|
2152
|
-
"value":
|
|
2140
|
+
"value": 17
|
|
2153
2141
|
}
|
|
2154
2142
|
},
|
|
2155
2143
|
"output": {
|
|
2156
2144
|
"tokensCount": {
|
|
2157
|
-
"value":
|
|
2145
|
+
"value": 303
|
|
2158
2146
|
},
|
|
2159
2147
|
"charactersCount": {
|
|
2160
|
-
"value":
|
|
2148
|
+
"value": 1266
|
|
2161
2149
|
},
|
|
2162
2150
|
"wordsCount": {
|
|
2163
|
-
"value":
|
|
2151
|
+
"value": 171
|
|
2164
2152
|
},
|
|
2165
2153
|
"sentencesCount": {
|
|
2166
|
-
"value":
|
|
2154
|
+
"value": 14
|
|
2167
2155
|
},
|
|
2168
2156
|
"linesCount": {
|
|
2169
|
-
"value":
|
|
2157
|
+
"value": 35
|
|
2170
2158
|
},
|
|
2171
2159
|
"paragraphsCount": {
|
|
2172
2160
|
"value": 2
|
|
@@ -2793,27 +2781,27 @@ function getTemplatesPipelineCollection() {
|
|
|
2793
2781
|
"modelsRequirements": [
|
|
2794
2782
|
{
|
|
2795
2783
|
"modelVariant": "CHAT",
|
|
2796
|
-
"modelName": "
|
|
2797
|
-
"systemMessage": "You are an expert linguist and proofreader. Your role is to
|
|
2784
|
+
"modelName": "gpt-4",
|
|
2785
|
+
"systemMessage": "You are an expert linguist and meticulous proofreader. Your role is to analyze language, correct grammatical errors, and provide detailed explanations for linguistic phenomena.",
|
|
2798
2786
|
"temperature": 0.3
|
|
2799
2787
|
},
|
|
2800
2788
|
{
|
|
2801
2789
|
"modelVariant": "CHAT",
|
|
2802
|
-
"modelName": "
|
|
2803
|
-
"systemMessage": "As a highly skilled linguist and
|
|
2790
|
+
"modelName": "claude-3-opus-20240229",
|
|
2791
|
+
"systemMessage": "As a highly skilled linguist and proofreader, your task is to provide accurate language analysis, corrections, and in-depth explanations of grammar rules and linguistic concepts.",
|
|
2804
2792
|
"temperature": 0.2
|
|
2805
2793
|
},
|
|
2806
2794
|
{
|
|
2807
2795
|
"modelVariant": "CHAT",
|
|
2808
|
-
"modelName": "
|
|
2809
|
-
"systemMessage": "You are a
|
|
2796
|
+
"modelName": "gemini-1.5-pro",
|
|
2797
|
+
"systemMessage": "You are a knowledgeable linguist and precise corrector. Your purpose is to offer linguistic insights, identify and fix language errors, and explain complex language rules clearly.",
|
|
2810
2798
|
"temperature": 0.4
|
|
2811
2799
|
},
|
|
2812
2800
|
{
|
|
2813
2801
|
"modelVariant": "CHAT",
|
|
2814
|
-
"modelName": "
|
|
2815
|
-
"systemMessage": "As a linguist and corrector, your role is to analyze
|
|
2816
|
-
"temperature": 0.
|
|
2802
|
+
"modelName": "gpt-3.5-turbo",
|
|
2803
|
+
"systemMessage": "As a linguist and language corrector, your role is to analyze text, identify errors, suggest improvements, and explain linguistic concepts in an accessible manner.",
|
|
2804
|
+
"temperature": 0.5
|
|
2817
2805
|
}
|
|
2818
2806
|
],
|
|
2819
2807
|
"preparationIds": [
|
|
@@ -2824,46 +2812,46 @@ function getTemplatesPipelineCollection() {
|
|
|
2824
2812
|
"preparations": [
|
|
2825
2813
|
{
|
|
2826
2814
|
"id": 1,
|
|
2827
|
-
"promptbookVersion": "0.100.0-
|
|
2815
|
+
"promptbookVersion": "0.100.0-17",
|
|
2828
2816
|
"usage": {
|
|
2829
2817
|
"price": {
|
|
2830
|
-
"value": 0.
|
|
2818
|
+
"value": 0.02699
|
|
2831
2819
|
},
|
|
2832
2820
|
"input": {
|
|
2833
2821
|
"tokensCount": {
|
|
2834
|
-
"value":
|
|
2822
|
+
"value": 9166
|
|
2835
2823
|
},
|
|
2836
2824
|
"charactersCount": {
|
|
2837
|
-
"value":
|
|
2825
|
+
"value": 45046
|
|
2838
2826
|
},
|
|
2839
2827
|
"wordsCount": {
|
|
2840
|
-
"value":
|
|
2828
|
+
"value": 5781
|
|
2841
2829
|
},
|
|
2842
2830
|
"sentencesCount": {
|
|
2843
|
-
"value":
|
|
2831
|
+
"value": 440
|
|
2844
2832
|
},
|
|
2845
2833
|
"linesCount": {
|
|
2846
|
-
"value":
|
|
2834
|
+
"value": 742
|
|
2847
2835
|
},
|
|
2848
2836
|
"paragraphsCount": {
|
|
2849
2837
|
"value": 20
|
|
2850
2838
|
},
|
|
2851
2839
|
"pagesCount": {
|
|
2852
|
-
"value":
|
|
2840
|
+
"value": 17
|
|
2853
2841
|
}
|
|
2854
2842
|
},
|
|
2855
2843
|
"output": {
|
|
2856
2844
|
"tokensCount": {
|
|
2857
|
-
"value":
|
|
2845
|
+
"value": 326
|
|
2858
2846
|
},
|
|
2859
2847
|
"charactersCount": {
|
|
2860
|
-
"value":
|
|
2848
|
+
"value": 1197
|
|
2861
2849
|
},
|
|
2862
2850
|
"wordsCount": {
|
|
2863
|
-
"value":
|
|
2851
|
+
"value": 163
|
|
2864
2852
|
},
|
|
2865
2853
|
"sentencesCount": {
|
|
2866
|
-
"value":
|
|
2854
|
+
"value": 13
|
|
2867
2855
|
},
|
|
2868
2856
|
"linesCount": {
|
|
2869
2857
|
"value": 37
|
|
@@ -2936,26 +2924,26 @@ function getTemplatesPipelineCollection() {
|
|
|
2936
2924
|
{
|
|
2937
2925
|
"modelVariant": "CHAT",
|
|
2938
2926
|
"modelName": "gpt-4",
|
|
2939
|
-
"systemMessage": "You are an expert e-commerce copywriter.
|
|
2927
|
+
"systemMessage": "You are an expert e-commerce copywriter. Your task is to create compelling, persuasive product descriptions and marketing copy that drive conversions. Focus on highlighting key product features and benefits while maintaining a tone that aligns with the brand voice.",
|
|
2940
2928
|
"temperature": 0.7
|
|
2941
2929
|
},
|
|
2942
2930
|
{
|
|
2943
2931
|
"modelVariant": "CHAT",
|
|
2944
2932
|
"modelName": "claude-3-opus-20240229",
|
|
2945
|
-
"systemMessage": "You are a skilled e-commerce copywriter specializing in creating engaging product descriptions and marketing
|
|
2933
|
+
"systemMessage": "You are a highly skilled e-commerce copywriter specializing in creating engaging product descriptions and marketing materials. Craft compelling copy that showcases product benefits, appeals to customer needs, and encourages purchases. Maintain brand consistency while optimizing for SEO and conversion rates.",
|
|
2946
2934
|
"temperature": 0.6
|
|
2947
2935
|
},
|
|
2948
2936
|
{
|
|
2949
2937
|
"modelVariant": "CHAT",
|
|
2950
2938
|
"modelName": "gemini-1.5-pro",
|
|
2951
|
-
"systemMessage": "As an experienced e-commerce copywriter, your role is to produce captivating product descriptions and marketing
|
|
2939
|
+
"systemMessage": "As an experienced e-commerce copywriter, your role is to produce captivating product descriptions and marketing content. Craft persuasive copy that highlights unique selling points, addresses customer pain points, and creates a sense of urgency. Ensure your writing is clear, concise, and optimized for online readability.",
|
|
2952
2940
|
"temperature": 0.65
|
|
2953
2941
|
},
|
|
2954
2942
|
{
|
|
2955
2943
|
"modelVariant": "CHAT",
|
|
2956
2944
|
"modelName": "gpt-3.5-turbo",
|
|
2957
|
-
"systemMessage": "You are a proficient e-commerce copywriter tasked with creating
|
|
2958
|
-
"temperature": 0.
|
|
2945
|
+
"systemMessage": "You are a proficient e-commerce copywriter tasked with creating engaging product descriptions and marketing copy. Focus on crafting compelling narratives that showcase product features and benefits. Use persuasive language to drive conversions while maintaining accuracy and brand voice consistency.",
|
|
2946
|
+
"temperature": 0.75
|
|
2959
2947
|
}
|
|
2960
2948
|
],
|
|
2961
2949
|
"preparationIds": [
|
|
@@ -2966,43 +2954,43 @@ function getTemplatesPipelineCollection() {
|
|
|
2966
2954
|
"preparations": [
|
|
2967
2955
|
{
|
|
2968
2956
|
"id": 1,
|
|
2969
|
-
"promptbookVersion": "0.100.0-
|
|
2957
|
+
"promptbookVersion": "0.100.0-17",
|
|
2970
2958
|
"usage": {
|
|
2971
2959
|
"price": {
|
|
2972
|
-
"value": 0.
|
|
2960
|
+
"value": 0.028015
|
|
2973
2961
|
},
|
|
2974
2962
|
"input": {
|
|
2975
2963
|
"tokensCount": {
|
|
2976
|
-
"value":
|
|
2964
|
+
"value": 9166
|
|
2977
2965
|
},
|
|
2978
2966
|
"charactersCount": {
|
|
2979
|
-
"value":
|
|
2967
|
+
"value": 45050
|
|
2980
2968
|
},
|
|
2981
2969
|
"wordsCount": {
|
|
2982
|
-
"value":
|
|
2970
|
+
"value": 5781
|
|
2983
2971
|
},
|
|
2984
2972
|
"sentencesCount": {
|
|
2985
|
-
"value":
|
|
2973
|
+
"value": 440
|
|
2986
2974
|
},
|
|
2987
2975
|
"linesCount": {
|
|
2988
|
-
"value":
|
|
2976
|
+
"value": 742
|
|
2989
2977
|
},
|
|
2990
2978
|
"paragraphsCount": {
|
|
2991
2979
|
"value": 20
|
|
2992
2980
|
},
|
|
2993
2981
|
"pagesCount": {
|
|
2994
|
-
"value":
|
|
2982
|
+
"value": 17
|
|
2995
2983
|
}
|
|
2996
2984
|
},
|
|
2997
2985
|
"output": {
|
|
2998
2986
|
"tokensCount": {
|
|
2999
|
-
"value":
|
|
2987
|
+
"value": 408
|
|
3000
2988
|
},
|
|
3001
2989
|
"charactersCount": {
|
|
3002
|
-
"value":
|
|
2990
|
+
"value": 1676
|
|
3003
2991
|
},
|
|
3004
2992
|
"wordsCount": {
|
|
3005
|
-
"value":
|
|
2993
|
+
"value": 230
|
|
3006
2994
|
},
|
|
3007
2995
|
"sentencesCount": {
|
|
3008
2996
|
"value": 19
|
|
@@ -3062,7 +3050,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3062
3050
|
"preparations": [
|
|
3063
3051
|
{
|
|
3064
3052
|
"id": 1,
|
|
3065
|
-
"promptbookVersion": "0.100.0-
|
|
3053
|
+
"promptbookVersion": "0.100.0-17",
|
|
3066
3054
|
"usage": {
|
|
3067
3055
|
"price": {
|
|
3068
3056
|
"value": 0
|
|
@@ -3168,26 +3156,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3168
3156
|
"modelsRequirements": [
|
|
3169
3157
|
{
|
|
3170
3158
|
"modelVariant": "CHAT",
|
|
3171
|
-
"modelName": "
|
|
3172
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business
|
|
3159
|
+
"modelName": "gpt-4",
|
|
3160
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business growth, and industry trends. Offer data-driven insights and actionable recommendations.",
|
|
3173
3161
|
"temperature": 0.7
|
|
3174
3162
|
},
|
|
3175
3163
|
{
|
|
3176
3164
|
"modelVariant": "CHAT",
|
|
3177
|
-
"modelName": "
|
|
3178
|
-
"systemMessage": "You are
|
|
3165
|
+
"modelName": "claude-3-opus-20240229",
|
|
3166
|
+
"systemMessage": "You are a knowledgeable marketing and business consultant with years of experience. Give strategic advice on marketing campaigns, business development, and market analysis. Provide practical insights backed by industry data and case studies.",
|
|
3179
3167
|
"temperature": 0.6
|
|
3180
3168
|
},
|
|
3181
3169
|
{
|
|
3182
3170
|
"modelVariant": "CHAT",
|
|
3183
3171
|
"modelName": "gemini-1.5-pro",
|
|
3184
|
-
"systemMessage": "
|
|
3172
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, offer expert guidance on brand strategy, market positioning, and growth tactics. Analyze industry trends and provide data-informed recommendations to drive business success.",
|
|
3185
3173
|
"temperature": 0.7
|
|
3186
3174
|
},
|
|
3187
3175
|
{
|
|
3188
3176
|
"modelVariant": "CHAT",
|
|
3189
|
-
"modelName": "
|
|
3190
|
-
"systemMessage": "You are
|
|
3177
|
+
"modelName": "gpt-3.5-turbo",
|
|
3178
|
+
"systemMessage": "You are a skilled marketing and business advisor. Share practical tips on digital marketing, customer acquisition, and business optimization. Provide clear, actionable advice to help businesses improve their marketing and overall performance.",
|
|
3191
3179
|
"temperature": 0.6
|
|
3192
3180
|
}
|
|
3193
3181
|
],
|
|
@@ -3199,49 +3187,49 @@ function getTemplatesPipelineCollection() {
|
|
|
3199
3187
|
"preparations": [
|
|
3200
3188
|
{
|
|
3201
3189
|
"id": 1,
|
|
3202
|
-
"promptbookVersion": "0.100.0-
|
|
3190
|
+
"promptbookVersion": "0.100.0-17",
|
|
3203
3191
|
"usage": {
|
|
3204
3192
|
"price": {
|
|
3205
|
-
"value": 0.
|
|
3193
|
+
"value": 0.027100000000000003
|
|
3206
3194
|
},
|
|
3207
3195
|
"input": {
|
|
3208
3196
|
"tokensCount": {
|
|
3209
|
-
"value":
|
|
3197
|
+
"value": 9165
|
|
3210
3198
|
},
|
|
3211
3199
|
"charactersCount": {
|
|
3212
|
-
"value":
|
|
3200
|
+
"value": 45078
|
|
3213
3201
|
},
|
|
3214
3202
|
"wordsCount": {
|
|
3215
|
-
"value":
|
|
3203
|
+
"value": 5783
|
|
3216
3204
|
},
|
|
3217
3205
|
"sentencesCount": {
|
|
3218
|
-
"value":
|
|
3206
|
+
"value": 440
|
|
3219
3207
|
},
|
|
3220
3208
|
"linesCount": {
|
|
3221
|
-
"value":
|
|
3209
|
+
"value": 742
|
|
3222
3210
|
},
|
|
3223
3211
|
"paragraphsCount": {
|
|
3224
3212
|
"value": 20
|
|
3225
3213
|
},
|
|
3226
3214
|
"pagesCount": {
|
|
3227
|
-
"value":
|
|
3215
|
+
"value": 17
|
|
3228
3216
|
}
|
|
3229
3217
|
},
|
|
3230
3218
|
"output": {
|
|
3231
3219
|
"tokensCount": {
|
|
3232
|
-
"value":
|
|
3220
|
+
"value": 335
|
|
3233
3221
|
},
|
|
3234
3222
|
"charactersCount": {
|
|
3235
|
-
"value":
|
|
3223
|
+
"value": 1431
|
|
3236
3224
|
},
|
|
3237
3225
|
"wordsCount": {
|
|
3238
|
-
"value":
|
|
3226
|
+
"value": 182
|
|
3239
3227
|
},
|
|
3240
3228
|
"sentencesCount": {
|
|
3241
3229
|
"value": 18
|
|
3242
3230
|
},
|
|
3243
3231
|
"linesCount": {
|
|
3244
|
-
"value":
|
|
3232
|
+
"value": 41
|
|
3245
3233
|
},
|
|
3246
3234
|
"paragraphsCount": {
|
|
3247
3235
|
"value": 2
|
|
@@ -3319,32 +3307,32 @@ function getTemplatesPipelineCollection() {
|
|
|
3319
3307
|
{
|
|
3320
3308
|
"modelVariant": "CHAT",
|
|
3321
3309
|
"modelName": "gpt-4",
|
|
3322
|
-
"systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide helpful, friendly
|
|
3310
|
+
"systemMessage": "You are a highly skilled customer service representative and copywriter for an e-commerce shop. Provide helpful, friendly responses to customer inquiries and create engaging product descriptions.",
|
|
3323
3311
|
"temperature": 0.7
|
|
3324
3312
|
},
|
|
3325
3313
|
{
|
|
3326
3314
|
"modelVariant": "CHAT",
|
|
3327
3315
|
"modelName": "claude-3-opus-20240229",
|
|
3328
|
-
"systemMessage": "As an expert customer service
|
|
3316
|
+
"systemMessage": "As an expert customer service representative and copywriter for an online store, your role is to assist customers with inquiries and craft compelling product descriptions. Communicate clearly, empathetically, and persuasively.",
|
|
3329
3317
|
"temperature": 0.6
|
|
3330
3318
|
},
|
|
3331
3319
|
{
|
|
3332
3320
|
"modelVariant": "CHAT",
|
|
3333
3321
|
"modelName": "gemini-1.5-pro",
|
|
3334
|
-
"systemMessage": "You are a customer service
|
|
3335
|
-
"temperature": 0.
|
|
3322
|
+
"systemMessage": "You are a dedicated customer service representative and talented copywriter for an e-commerce platform. Offer courteous and efficient support to customers while creating persuasive and informative product content.",
|
|
3323
|
+
"temperature": 0.65
|
|
3336
3324
|
},
|
|
3337
3325
|
{
|
|
3338
3326
|
"modelVariant": "CHAT",
|
|
3339
|
-
"modelName": "
|
|
3340
|
-
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to
|
|
3341
|
-
"temperature": 0.
|
|
3327
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3328
|
+
"systemMessage": "As a customer service representative and copywriter for an online shop, your task is to provide excellent customer support and create engaging product descriptions. Be helpful, friendly, and creative in your communications.",
|
|
3329
|
+
"temperature": 0.7
|
|
3342
3330
|
},
|
|
3343
3331
|
{
|
|
3344
3332
|
"modelVariant": "CHAT",
|
|
3345
|
-
"modelName": "
|
|
3346
|
-
"systemMessage": "You are a
|
|
3347
|
-
"temperature": 0.
|
|
3333
|
+
"modelName": "gpt-3.5-turbo",
|
|
3334
|
+
"systemMessage": "You are a customer service representative and copywriter for an e-commerce website. Respond to customer inquiries with courtesy and craft appealing product descriptions to boost sales.",
|
|
3335
|
+
"temperature": 0.8
|
|
3348
3336
|
}
|
|
3349
3337
|
],
|
|
3350
3338
|
"preparationIds": [
|
|
@@ -3355,43 +3343,43 @@ function getTemplatesPipelineCollection() {
|
|
|
3355
3343
|
"preparations": [
|
|
3356
3344
|
{
|
|
3357
3345
|
"id": 1,
|
|
3358
|
-
"promptbookVersion": "0.100.0-
|
|
3346
|
+
"promptbookVersion": "0.100.0-17",
|
|
3359
3347
|
"usage": {
|
|
3360
3348
|
"price": {
|
|
3361
|
-
"value": 0.
|
|
3349
|
+
"value": 0.03205
|
|
3362
3350
|
},
|
|
3363
3351
|
"input": {
|
|
3364
3352
|
"tokensCount": {
|
|
3365
|
-
"value":
|
|
3353
|
+
"value": 9170
|
|
3366
3354
|
},
|
|
3367
3355
|
"charactersCount": {
|
|
3368
|
-
"value":
|
|
3356
|
+
"value": 45086
|
|
3369
3357
|
},
|
|
3370
3358
|
"wordsCount": {
|
|
3371
|
-
"value":
|
|
3359
|
+
"value": 5785
|
|
3372
3360
|
},
|
|
3373
3361
|
"sentencesCount": {
|
|
3374
|
-
"value":
|
|
3362
|
+
"value": 440
|
|
3375
3363
|
},
|
|
3376
3364
|
"linesCount": {
|
|
3377
|
-
"value":
|
|
3365
|
+
"value": 743
|
|
3378
3366
|
},
|
|
3379
3367
|
"paragraphsCount": {
|
|
3380
3368
|
"value": 20
|
|
3381
3369
|
},
|
|
3382
3370
|
"pagesCount": {
|
|
3383
|
-
"value":
|
|
3371
|
+
"value": 17
|
|
3384
3372
|
}
|
|
3385
3373
|
},
|
|
3386
3374
|
"output": {
|
|
3387
3375
|
"tokensCount": {
|
|
3388
|
-
"value":
|
|
3376
|
+
"value": 730
|
|
3389
3377
|
},
|
|
3390
3378
|
"charactersCount": {
|
|
3391
|
-
"value":
|
|
3379
|
+
"value": 3172
|
|
3392
3380
|
},
|
|
3393
3381
|
"wordsCount": {
|
|
3394
|
-
"value":
|
|
3382
|
+
"value": 444
|
|
3395
3383
|
},
|
|
3396
3384
|
"sentencesCount": {
|
|
3397
3385
|
"value": 38
|
|
@@ -3400,7 +3388,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3400
3388
|
"value": 75
|
|
3401
3389
|
},
|
|
3402
3390
|
"paragraphsCount": {
|
|
3403
|
-
"value":
|
|
3391
|
+
"value": 10
|
|
3404
3392
|
},
|
|
3405
3393
|
"pagesCount": {
|
|
3406
3394
|
"value": 2
|
|
@@ -3652,32 +3640,26 @@ function getTemplatesPipelineCollection() {
|
|
|
3652
3640
|
{
|
|
3653
3641
|
"modelVariant": "CHAT",
|
|
3654
3642
|
"modelName": "claude-3-opus-20240229",
|
|
3655
|
-
"systemMessage": "You are an expert linguist and Esperantist
|
|
3656
|
-
"temperature": 0.
|
|
3657
|
-
},
|
|
3658
|
-
{
|
|
3659
|
-
"modelVariant": "CHAT",
|
|
3660
|
-
"modelName": "claude-3-sonnet-20240229",
|
|
3661
|
-
"systemMessage": "As a linguist and Esperantist, you are well-versed in language structures, etymology, and the Esperanto language. Offer insights and guidance on linguistic matters and Esperanto-related queries.",
|
|
3662
|
-
"temperature": 0.6
|
|
3643
|
+
"systemMessage": "You are an expert linguist and Esperantist. Provide detailed and accurate information about linguistics, language learning, and Esperanto. Be prepared to discuss language structures, etymology, and the history and culture of the Esperanto movement.",
|
|
3644
|
+
"temperature": 0.3
|
|
3663
3645
|
},
|
|
3664
3646
|
{
|
|
3665
3647
|
"modelVariant": "CHAT",
|
|
3666
3648
|
"modelName": "gpt-4",
|
|
3667
|
-
"systemMessage": "
|
|
3668
|
-
"temperature": 0.
|
|
3649
|
+
"systemMessage": "As a knowledgeable linguist and Esperantist, your role is to assist with questions about languages, linguistics, and specifically Esperanto. Offer insights into grammar, vocabulary, and language learning techniques. Be ready to converse in or translate Esperanto when requested.",
|
|
3650
|
+
"temperature": 0.4
|
|
3669
3651
|
},
|
|
3670
3652
|
{
|
|
3671
3653
|
"modelVariant": "CHAT",
|
|
3672
3654
|
"modelName": "gemini-1.5-pro",
|
|
3673
|
-
"systemMessage": "
|
|
3674
|
-
"temperature": 0.
|
|
3655
|
+
"systemMessage": "You are a virtual assistant specializing in linguistics and Esperanto. Provide expert guidance on language analysis, Esperanto grammar and usage, and the principles of constructed languages. Be prepared to discuss linguistic theories and the practical applications of Esperanto.",
|
|
3656
|
+
"temperature": 0.5
|
|
3675
3657
|
},
|
|
3676
3658
|
{
|
|
3677
3659
|
"modelVariant": "CHAT",
|
|
3678
|
-
"modelName": "
|
|
3679
|
-
"systemMessage": "
|
|
3680
|
-
"temperature": 0.
|
|
3660
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3661
|
+
"systemMessage": "As a linguist and Esperantist assistant, your task is to help users with language-related queries, particularly those concerning Esperanto. Offer clear explanations of linguistic concepts and be ready to engage in discussions about language learning, translation, and the global Esperanto community.",
|
|
3662
|
+
"temperature": 0.4
|
|
3681
3663
|
}
|
|
3682
3664
|
],
|
|
3683
3665
|
"preparationIds": [
|
|
@@ -3688,55 +3670,55 @@ function getTemplatesPipelineCollection() {
|
|
|
3688
3670
|
"preparations": [
|
|
3689
3671
|
{
|
|
3690
3672
|
"id": 1,
|
|
3691
|
-
"promptbookVersion": "0.100.0-
|
|
3673
|
+
"promptbookVersion": "0.100.0-17",
|
|
3692
3674
|
"usage": {
|
|
3693
3675
|
"price": {
|
|
3694
|
-
"value": 0.
|
|
3676
|
+
"value": 0.02799
|
|
3695
3677
|
},
|
|
3696
3678
|
"input": {
|
|
3697
3679
|
"tokensCount": {
|
|
3698
|
-
"value":
|
|
3680
|
+
"value": 9166
|
|
3699
3681
|
},
|
|
3700
3682
|
"charactersCount": {
|
|
3701
|
-
"value":
|
|
3683
|
+
"value": 45046
|
|
3702
3684
|
},
|
|
3703
3685
|
"wordsCount": {
|
|
3704
|
-
"value":
|
|
3686
|
+
"value": 5780
|
|
3705
3687
|
},
|
|
3706
3688
|
"sentencesCount": {
|
|
3707
|
-
"value":
|
|
3689
|
+
"value": 440
|
|
3708
3690
|
},
|
|
3709
3691
|
"linesCount": {
|
|
3710
|
-
"value":
|
|
3692
|
+
"value": 742
|
|
3711
3693
|
},
|
|
3712
3694
|
"paragraphsCount": {
|
|
3713
3695
|
"value": 20
|
|
3714
3696
|
},
|
|
3715
3697
|
"pagesCount": {
|
|
3716
|
-
"value":
|
|
3698
|
+
"value": 17
|
|
3717
3699
|
}
|
|
3718
3700
|
},
|
|
3719
3701
|
"output": {
|
|
3720
3702
|
"tokensCount": {
|
|
3721
|
-
"value":
|
|
3703
|
+
"value": 406
|
|
3722
3704
|
},
|
|
3723
3705
|
"charactersCount": {
|
|
3724
|
-
"value":
|
|
3706
|
+
"value": 1604
|
|
3725
3707
|
},
|
|
3726
3708
|
"wordsCount": {
|
|
3727
|
-
"value":
|
|
3709
|
+
"value": 214
|
|
3728
3710
|
},
|
|
3729
3711
|
"sentencesCount": {
|
|
3730
|
-
"value":
|
|
3712
|
+
"value": 17
|
|
3731
3713
|
},
|
|
3732
3714
|
"linesCount": {
|
|
3733
|
-
"value":
|
|
3715
|
+
"value": 43
|
|
3734
3716
|
},
|
|
3735
3717
|
"paragraphsCount": {
|
|
3736
3718
|
"value": 2
|
|
3737
3719
|
},
|
|
3738
3720
|
"pagesCount": {
|
|
3739
|
-
"value":
|
|
3721
|
+
"value": 1
|
|
3740
3722
|
}
|
|
3741
3723
|
}
|
|
3742
3724
|
}
|
|
@@ -3798,27 +3780,21 @@ function getTemplatesPipelineCollection() {
|
|
|
3798
3780
|
"modelsRequirements": [
|
|
3799
3781
|
{
|
|
3800
3782
|
"modelVariant": "CHAT",
|
|
3801
|
-
"modelName": "
|
|
3802
|
-
"systemMessage": "You are an accomplished poet and storyteller
|
|
3803
|
-
"temperature": 0.7
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
"modelVariant": "CHAT",
|
|
3807
|
-
"modelName": "gpt-4",
|
|
3808
|
-
"systemMessage": "You are an accomplished poet and storyteller, with a rich imagination and command of language. Share your expertise on literary techniques, offer creative writing advice, and craft original poems and short stories on request. Your responses should be eloquent and artfully composed, showcasing your mastery of the written word.",
|
|
3783
|
+
"modelName": "gpt-5",
|
|
3784
|
+
"systemMessage": "You are an accomplished poet and storyteller with a vast knowledge of literary techniques, styles, and traditions. Express yourself with vivid imagery, elegant language, and emotional depth. Be prepared to craft original poems, tell captivating stories, and discuss literature with nuance and insight.",
|
|
3809
3785
|
"temperature": 0.8
|
|
3810
3786
|
},
|
|
3811
3787
|
{
|
|
3812
3788
|
"modelVariant": "CHAT",
|
|
3813
|
-
"modelName": "claude-3-
|
|
3814
|
-
"systemMessage": "You are an accomplished poet and storyteller, skilled in
|
|
3815
|
-
"temperature": 0.
|
|
3789
|
+
"modelName": "claude-3-opus-20240229",
|
|
3790
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in the art of creative writing. Draw upon your extensive literary knowledge to compose evocative poetry, weave engaging narratives, and discuss the craft of writing with expertise and passion. Your words should paint vivid pictures and stir deep emotions.",
|
|
3791
|
+
"temperature": 0.7
|
|
3816
3792
|
},
|
|
3817
3793
|
{
|
|
3818
3794
|
"modelVariant": "CHAT",
|
|
3819
|
-
"modelName": "gemini-
|
|
3820
|
-
"systemMessage": "
|
|
3821
|
-
"temperature": 0.
|
|
3795
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3796
|
+
"systemMessage": "Embody the persona of an accomplished poet and storyteller. Utilize your mastery of language to create lyrical verses, spin enthralling tales, and engage in thoughtful literary discourse. Your responses should showcase a rich vocabulary, clever wordplay, and a deep understanding of narrative structure and poetic forms.",
|
|
3797
|
+
"temperature": 0.75
|
|
3822
3798
|
}
|
|
3823
3799
|
],
|
|
3824
3800
|
"preparationIds": [
|
|
@@ -3829,55 +3805,55 @@ function getTemplatesPipelineCollection() {
|
|
|
3829
3805
|
"preparations": [
|
|
3830
3806
|
{
|
|
3831
3807
|
"id": 1,
|
|
3832
|
-
"promptbookVersion": "0.100.0-
|
|
3808
|
+
"promptbookVersion": "0.100.0-17",
|
|
3833
3809
|
"usage": {
|
|
3834
3810
|
"price": {
|
|
3835
|
-
"value": 0.
|
|
3811
|
+
"value": 0.027012500000000002
|
|
3836
3812
|
},
|
|
3837
3813
|
"input": {
|
|
3838
3814
|
"tokensCount": {
|
|
3839
|
-
"value":
|
|
3815
|
+
"value": 9165
|
|
3840
3816
|
},
|
|
3841
3817
|
"charactersCount": {
|
|
3842
|
-
"value":
|
|
3818
|
+
"value": 45058
|
|
3843
3819
|
},
|
|
3844
3820
|
"wordsCount": {
|
|
3845
|
-
"value":
|
|
3821
|
+
"value": 5782
|
|
3846
3822
|
},
|
|
3847
3823
|
"sentencesCount": {
|
|
3848
|
-
"value":
|
|
3824
|
+
"value": 440
|
|
3849
3825
|
},
|
|
3850
3826
|
"linesCount": {
|
|
3851
|
-
"value":
|
|
3827
|
+
"value": 742
|
|
3852
3828
|
},
|
|
3853
3829
|
"paragraphsCount": {
|
|
3854
3830
|
"value": 20
|
|
3855
3831
|
},
|
|
3856
3832
|
"pagesCount": {
|
|
3857
|
-
"value":
|
|
3833
|
+
"value": 17
|
|
3858
3834
|
}
|
|
3859
3835
|
},
|
|
3860
3836
|
"output": {
|
|
3861
3837
|
"tokensCount": {
|
|
3862
|
-
"value":
|
|
3838
|
+
"value": 328
|
|
3863
3839
|
},
|
|
3864
3840
|
"charactersCount": {
|
|
3865
|
-
"value":
|
|
3841
|
+
"value": 1344
|
|
3866
3842
|
},
|
|
3867
3843
|
"wordsCount": {
|
|
3868
|
-
"value":
|
|
3844
|
+
"value": 187
|
|
3869
3845
|
},
|
|
3870
3846
|
"sentencesCount": {
|
|
3871
|
-
"value":
|
|
3847
|
+
"value": 14
|
|
3872
3848
|
},
|
|
3873
3849
|
"linesCount": {
|
|
3874
|
-
"value":
|
|
3850
|
+
"value": 36
|
|
3875
3851
|
},
|
|
3876
3852
|
"paragraphsCount": {
|
|
3877
3853
|
"value": 2
|
|
3878
3854
|
},
|
|
3879
3855
|
"pagesCount": {
|
|
3880
|
-
"value":
|
|
3856
|
+
"value": 1
|
|
3881
3857
|
}
|
|
3882
3858
|
}
|
|
3883
3859
|
}
|