@promptbook/templates 0.100.0-28 → 0.100.0-31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/index.es.js +278 -188
- package/esm/index.es.js.map +1 -1
- 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/commitments/_misc/parseAgentSourceWithCommitments.d.ts +2 -2
- package/esm/typings/src/book-components/BookEditor/BookEditor.d.ts +0 -2
- package/esm/typings/src/execution/AvailableModel.d.ts +4 -0
- package/esm/typings/src/llm-providers/anthropic-claude/anthropic-claude-models.d.ts +1 -1
- package/esm/typings/src/llm-providers/deepseek/deepseek-models.d.ts +1 -1
- package/esm/typings/src/llm-providers/google/google-models.d.ts +1 -1
- package/esm/typings/src/llm-providers/ollama/ollama-models.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/openai-models.d.ts +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +278 -188
- package/umd/index.umd.js.map +1 -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.100.0-
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.100.0-31';
|
|
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
|
|
@@ -1541,20 +1541,38 @@
|
|
|
1541
1541
|
"modelsRequirements": [
|
|
1542
1542
|
{
|
|
1543
1543
|
"modelVariant": "CHAT",
|
|
1544
|
-
"modelName": "gpt-4",
|
|
1545
|
-
"systemMessage": "You are
|
|
1546
|
-
"temperature": 0.
|
|
1544
|
+
"modelName": "gpt-4.1",
|
|
1545
|
+
"systemMessage": "You are a skilled developer working on the Promptbook Project, experienced in AI prompt engineering, model integration, and conversational AI development. You provide helpful guidance on prompt design patterns, model selection, and best practices for building robust AI applications.",
|
|
1546
|
+
"temperature": 0.3
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"modelVariant": "CHAT",
|
|
1550
|
-
"modelName": "claude-
|
|
1551
|
-
"systemMessage": "You are an
|
|
1550
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
1551
|
+
"systemMessage": "You are an expert developer specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model orchestration, and building scalable conversational AI systems. You help users create effective prompts and integrate AI models efficiently.",
|
|
1552
|
+
"temperature": 0.4
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"modelVariant": "CHAT",
|
|
1556
|
+
"modelName": "gemini-2.5-pro",
|
|
1557
|
+
"systemMessage": "You are a developer working on the Promptbook Project with expertise in AI prompt engineering and model integration. You assist users in designing effective prompts, selecting appropriate AI models, and implementing best practices for conversational AI development.",
|
|
1558
|
+
"temperature": 0.5
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
"modelVariant": "CHAT",
|
|
1562
|
+
"modelName": "deepseek-chat",
|
|
1563
|
+
"systemMessage": "You are a knowledgeable developer of the Promptbook Project, specializing in prompt engineering and AI model integration. You provide practical advice on building conversational AI applications, optimizing prompt templates, and working with various language models.",
|
|
1564
|
+
"temperature": 0.4
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"modelVariant": "CHAT",
|
|
1568
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
1569
|
+
"systemMessage": "You are a developer working on the Promptbook Project with focus on efficient AI implementations. You help users with quick prompt engineering solutions, model selection guidance, and practical development advice for conversational AI systems.",
|
|
1552
1570
|
"temperature": 0.6
|
|
1553
1571
|
},
|
|
1554
1572
|
{
|
|
1555
1573
|
"modelVariant": "CHAT",
|
|
1556
|
-
"modelName": "gemini-
|
|
1557
|
-
"systemMessage": "
|
|
1574
|
+
"modelName": "gemini-2.5-flash",
|
|
1575
|
+
"systemMessage": "You are an experienced Promptbook Project developer who helps users create effective AI prompts and integrate language models. You provide clear, actionable advice on prompt design patterns and model optimization for various use cases.",
|
|
1558
1576
|
"temperature": 0.5
|
|
1559
1577
|
}
|
|
1560
1578
|
],
|
|
@@ -1566,55 +1584,55 @@
|
|
|
1566
1584
|
"preparations": [
|
|
1567
1585
|
{
|
|
1568
1586
|
"id": 1,
|
|
1569
|
-
"promptbookVersion": "0.100.0-
|
|
1587
|
+
"promptbookVersion": "0.100.0-30",
|
|
1570
1588
|
"usage": {
|
|
1571
1589
|
"price": {
|
|
1572
|
-
"value": 0.
|
|
1590
|
+
"value": 0.038721
|
|
1573
1591
|
},
|
|
1574
1592
|
"input": {
|
|
1575
1593
|
"tokensCount": {
|
|
1576
|
-
"value":
|
|
1594
|
+
"value": 10337
|
|
1577
1595
|
},
|
|
1578
1596
|
"charactersCount": {
|
|
1579
|
-
"value":
|
|
1597
|
+
"value": 51055
|
|
1580
1598
|
},
|
|
1581
1599
|
"wordsCount": {
|
|
1582
|
-
"value":
|
|
1600
|
+
"value": 6575
|
|
1583
1601
|
},
|
|
1584
1602
|
"sentencesCount": {
|
|
1585
|
-
"value":
|
|
1603
|
+
"value": 505
|
|
1586
1604
|
},
|
|
1587
1605
|
"linesCount": {
|
|
1588
|
-
"value":
|
|
1606
|
+
"value": 837
|
|
1589
1607
|
},
|
|
1590
1608
|
"paragraphsCount": {
|
|
1591
1609
|
"value": 20
|
|
1592
1610
|
},
|
|
1593
1611
|
"pagesCount": {
|
|
1594
|
-
"value":
|
|
1612
|
+
"value": 20
|
|
1595
1613
|
}
|
|
1596
1614
|
},
|
|
1597
1615
|
"output": {
|
|
1598
1616
|
"tokensCount": {
|
|
1599
|
-
"value":
|
|
1617
|
+
"value": 514
|
|
1600
1618
|
},
|
|
1601
1619
|
"charactersCount": {
|
|
1602
|
-
"value":
|
|
1620
|
+
"value": 2136
|
|
1603
1621
|
},
|
|
1604
1622
|
"wordsCount": {
|
|
1605
|
-
"value":
|
|
1623
|
+
"value": 282
|
|
1606
1624
|
},
|
|
1607
1625
|
"sentencesCount": {
|
|
1608
|
-
"value":
|
|
1626
|
+
"value": 23
|
|
1609
1627
|
},
|
|
1610
1628
|
"linesCount": {
|
|
1611
|
-
"value":
|
|
1629
|
+
"value": 58
|
|
1612
1630
|
},
|
|
1613
1631
|
"paragraphsCount": {
|
|
1614
|
-
"value":
|
|
1632
|
+
"value": 1
|
|
1615
1633
|
},
|
|
1616
1634
|
"pagesCount": {
|
|
1617
|
-
"value":
|
|
1635
|
+
"value": 2
|
|
1618
1636
|
}
|
|
1619
1637
|
}
|
|
1620
1638
|
}
|
|
@@ -2094,20 +2112,38 @@
|
|
|
2094
2112
|
"modelsRequirements": [
|
|
2095
2113
|
{
|
|
2096
2114
|
"modelVariant": "CHAT",
|
|
2097
|
-
"modelName": "gpt-4",
|
|
2098
|
-
"systemMessage": "You are
|
|
2099
|
-
"temperature": 0.
|
|
2115
|
+
"modelName": "gpt-4.1",
|
|
2116
|
+
"systemMessage": "You are a skilled developer working on the Promptbook Project, experienced in AI prompt engineering, model integration, and conversational AI development. You provide helpful guidance on prompt design patterns, model selection, and best practices for building robust AI applications.",
|
|
2117
|
+
"temperature": 0.3
|
|
2100
2118
|
},
|
|
2101
2119
|
{
|
|
2102
2120
|
"modelVariant": "CHAT",
|
|
2103
|
-
"modelName": "claude-
|
|
2104
|
-
"systemMessage": "You are an
|
|
2121
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
2122
|
+
"systemMessage": "You are an expert developer specializing in the Promptbook Project. You have deep knowledge of prompt engineering, AI model orchestration, and building scalable conversational AI systems. You help users create effective prompts and integrate AI models efficiently.",
|
|
2123
|
+
"temperature": 0.4
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"modelVariant": "CHAT",
|
|
2127
|
+
"modelName": "gemini-2.5-pro",
|
|
2128
|
+
"systemMessage": "You are a developer working on the Promptbook Project with expertise in AI prompt engineering and model integration. You assist users in designing effective prompts, selecting appropriate AI models, and implementing best practices for conversational AI development.",
|
|
2129
|
+
"temperature": 0.5
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"modelVariant": "CHAT",
|
|
2133
|
+
"modelName": "deepseek-chat",
|
|
2134
|
+
"systemMessage": "You are a knowledgeable developer of the Promptbook Project, specializing in prompt engineering and AI model integration. You provide practical advice on building conversational AI applications, optimizing prompt templates, and working with various language models.",
|
|
2135
|
+
"temperature": 0.4
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"modelVariant": "CHAT",
|
|
2139
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
2140
|
+
"systemMessage": "You are a developer working on the Promptbook Project with focus on efficient AI implementations. You help users with quick prompt engineering solutions, model selection guidance, and practical development advice for conversational AI systems.",
|
|
2105
2141
|
"temperature": 0.6
|
|
2106
2142
|
},
|
|
2107
2143
|
{
|
|
2108
2144
|
"modelVariant": "CHAT",
|
|
2109
|
-
"modelName": "gemini-
|
|
2110
|
-
"systemMessage": "
|
|
2145
|
+
"modelName": "gemini-2.5-flash",
|
|
2146
|
+
"systemMessage": "You are an experienced Promptbook Project developer who helps users create effective AI prompts and integrate language models. You provide clear, actionable advice on prompt design patterns and model optimization for various use cases.",
|
|
2111
2147
|
"temperature": 0.5
|
|
2112
2148
|
}
|
|
2113
2149
|
],
|
|
@@ -2119,55 +2155,55 @@
|
|
|
2119
2155
|
"preparations": [
|
|
2120
2156
|
{
|
|
2121
2157
|
"id": 1,
|
|
2122
|
-
"promptbookVersion": "0.100.0-
|
|
2158
|
+
"promptbookVersion": "0.100.0-30",
|
|
2123
2159
|
"usage": {
|
|
2124
2160
|
"price": {
|
|
2125
|
-
"value": 0.
|
|
2161
|
+
"value": 0.038721
|
|
2126
2162
|
},
|
|
2127
2163
|
"input": {
|
|
2128
2164
|
"tokensCount": {
|
|
2129
|
-
"value":
|
|
2165
|
+
"value": 10337
|
|
2130
2166
|
},
|
|
2131
2167
|
"charactersCount": {
|
|
2132
|
-
"value":
|
|
2168
|
+
"value": 51055
|
|
2133
2169
|
},
|
|
2134
2170
|
"wordsCount": {
|
|
2135
|
-
"value":
|
|
2171
|
+
"value": 6575
|
|
2136
2172
|
},
|
|
2137
2173
|
"sentencesCount": {
|
|
2138
|
-
"value":
|
|
2174
|
+
"value": 505
|
|
2139
2175
|
},
|
|
2140
2176
|
"linesCount": {
|
|
2141
|
-
"value":
|
|
2177
|
+
"value": 837
|
|
2142
2178
|
},
|
|
2143
2179
|
"paragraphsCount": {
|
|
2144
2180
|
"value": 20
|
|
2145
2181
|
},
|
|
2146
2182
|
"pagesCount": {
|
|
2147
|
-
"value":
|
|
2183
|
+
"value": 20
|
|
2148
2184
|
}
|
|
2149
2185
|
},
|
|
2150
2186
|
"output": {
|
|
2151
2187
|
"tokensCount": {
|
|
2152
|
-
"value":
|
|
2188
|
+
"value": 514
|
|
2153
2189
|
},
|
|
2154
2190
|
"charactersCount": {
|
|
2155
|
-
"value":
|
|
2191
|
+
"value": 2136
|
|
2156
2192
|
},
|
|
2157
2193
|
"wordsCount": {
|
|
2158
|
-
"value":
|
|
2194
|
+
"value": 282
|
|
2159
2195
|
},
|
|
2160
2196
|
"sentencesCount": {
|
|
2161
|
-
"value":
|
|
2197
|
+
"value": 23
|
|
2162
2198
|
},
|
|
2163
2199
|
"linesCount": {
|
|
2164
|
-
"value":
|
|
2200
|
+
"value": 58
|
|
2165
2201
|
},
|
|
2166
2202
|
"paragraphsCount": {
|
|
2167
|
-
"value":
|
|
2203
|
+
"value": 1
|
|
2168
2204
|
},
|
|
2169
2205
|
"pagesCount": {
|
|
2170
|
-
"value":
|
|
2206
|
+
"value": 2
|
|
2171
2207
|
}
|
|
2172
2208
|
}
|
|
2173
2209
|
}
|
|
@@ -2788,21 +2824,33 @@
|
|
|
2788
2824
|
"modelsRequirements": [
|
|
2789
2825
|
{
|
|
2790
2826
|
"modelVariant": "CHAT",
|
|
2791
|
-
"modelName": "
|
|
2792
|
-
"systemMessage": "You are
|
|
2827
|
+
"modelName": "gpt-5",
|
|
2828
|
+
"systemMessage": "You are a professional linguist and text corrector with expertise in grammar, syntax, style, and language mechanics. Your role is to help users improve their writing by identifying and correcting errors, suggesting stylistic improvements, and providing explanations for your corrections. Be thorough, precise, and educational in your feedback.",
|
|
2829
|
+
"temperature": 0.2
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"modelVariant": "CHAT",
|
|
2833
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
2834
|
+
"systemMessage": "You are an expert linguist and professional text corrector specializing in grammar, syntax, punctuation, and style refinement. Provide detailed corrections with clear explanations of language rules and offer suggestions for improving clarity and flow. Your corrections should be accurate, educational, and respectful.",
|
|
2793
2835
|
"temperature": 0.3
|
|
2794
2836
|
},
|
|
2795
2837
|
{
|
|
2796
2838
|
"modelVariant": "CHAT",
|
|
2797
|
-
"modelName": "gpt-4",
|
|
2798
|
-
"systemMessage": "
|
|
2799
|
-
"temperature": 0.
|
|
2839
|
+
"modelName": "gpt-4.1",
|
|
2840
|
+
"systemMessage": "You are a skilled linguist and meticulous text corrector with deep knowledge of language structure, grammar rules, and writing conventions. Help users by identifying errors, explaining corrections, and suggesting improvements to enhance clarity and effectiveness of their writing.",
|
|
2841
|
+
"temperature": 0.2
|
|
2800
2842
|
},
|
|
2801
2843
|
{
|
|
2802
2844
|
"modelVariant": "CHAT",
|
|
2803
|
-
"modelName": "
|
|
2804
|
-
"systemMessage": "You are a
|
|
2845
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
2846
|
+
"systemMessage": "You are a professional linguist and text corrector with expertise in grammar, style, and language mechanics. Provide comprehensive corrections and constructive feedback to help users improve their writing skills while maintaining their intended voice and meaning.",
|
|
2805
2847
|
"temperature": 0.3
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"modelVariant": "CHAT",
|
|
2851
|
+
"modelName": "gemini-2.5-pro",
|
|
2852
|
+
"systemMessage": "You are an experienced linguist and professional corrector specializing in language accuracy, grammar, and stylistic improvement. Analyze text carefully and provide detailed corrections with educational explanations to help users understand and learn from their mistakes.",
|
|
2853
|
+
"temperature": 0.25
|
|
2806
2854
|
}
|
|
2807
2855
|
],
|
|
2808
2856
|
"preparationIds": [
|
|
@@ -2813,55 +2861,55 @@
|
|
|
2813
2861
|
"preparations": [
|
|
2814
2862
|
{
|
|
2815
2863
|
"id": 1,
|
|
2816
|
-
"promptbookVersion": "0.100.0-
|
|
2864
|
+
"promptbookVersion": "0.100.0-30",
|
|
2817
2865
|
"usage": {
|
|
2818
2866
|
"price": {
|
|
2819
|
-
"value": 0.
|
|
2867
|
+
"value": 0.037893
|
|
2820
2868
|
},
|
|
2821
2869
|
"input": {
|
|
2822
2870
|
"tokensCount": {
|
|
2823
|
-
"value":
|
|
2871
|
+
"value": 10336
|
|
2824
2872
|
},
|
|
2825
2873
|
"charactersCount": {
|
|
2826
|
-
"value":
|
|
2874
|
+
"value": 51042
|
|
2827
2875
|
},
|
|
2828
2876
|
"wordsCount": {
|
|
2829
|
-
"value":
|
|
2877
|
+
"value": 6573
|
|
2830
2878
|
},
|
|
2831
2879
|
"sentencesCount": {
|
|
2832
|
-
"value":
|
|
2880
|
+
"value": 505
|
|
2833
2881
|
},
|
|
2834
2882
|
"linesCount": {
|
|
2835
|
-
"value":
|
|
2883
|
+
"value": 837
|
|
2836
2884
|
},
|
|
2837
2885
|
"paragraphsCount": {
|
|
2838
2886
|
"value": 20
|
|
2839
2887
|
},
|
|
2840
2888
|
"pagesCount": {
|
|
2841
|
-
"value":
|
|
2889
|
+
"value": 20
|
|
2842
2890
|
}
|
|
2843
2891
|
},
|
|
2844
2892
|
"output": {
|
|
2845
2893
|
"tokensCount": {
|
|
2846
|
-
"value":
|
|
2894
|
+
"value": 459
|
|
2847
2895
|
},
|
|
2848
2896
|
"charactersCount": {
|
|
2849
|
-
"value":
|
|
2897
|
+
"value": 1953
|
|
2850
2898
|
},
|
|
2851
2899
|
"wordsCount": {
|
|
2852
|
-
"value":
|
|
2900
|
+
"value": 253
|
|
2853
2901
|
},
|
|
2854
2902
|
"sentencesCount": {
|
|
2855
|
-
"value":
|
|
2903
|
+
"value": 20
|
|
2856
2904
|
},
|
|
2857
2905
|
"linesCount": {
|
|
2858
|
-
"value":
|
|
2906
|
+
"value": 51
|
|
2859
2907
|
},
|
|
2860
2908
|
"paragraphsCount": {
|
|
2861
|
-
"value":
|
|
2909
|
+
"value": 1
|
|
2862
2910
|
},
|
|
2863
2911
|
"pagesCount": {
|
|
2864
|
-
"value":
|
|
2912
|
+
"value": 2
|
|
2865
2913
|
}
|
|
2866
2914
|
}
|
|
2867
2915
|
}
|
|
@@ -2924,27 +2972,33 @@
|
|
|
2924
2972
|
"modelsRequirements": [
|
|
2925
2973
|
{
|
|
2926
2974
|
"modelVariant": "CHAT",
|
|
2927
|
-
"modelName": "gpt-4",
|
|
2928
|
-
"systemMessage": "You are
|
|
2975
|
+
"modelName": "gpt-4.1",
|
|
2976
|
+
"systemMessage": "You are a skilled copywriter specializing in e-commerce. Help create compelling product descriptions, marketing copy, email campaigns, and conversion-focused content that drives sales and engages customers.",
|
|
2929
2977
|
"temperature": 0.7
|
|
2930
2978
|
},
|
|
2931
2979
|
{
|
|
2932
2980
|
"modelVariant": "CHAT",
|
|
2933
|
-
"modelName": "claude-
|
|
2934
|
-
"systemMessage": "You are
|
|
2981
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
2982
|
+
"systemMessage": "You are an expert e-commerce copywriter with deep understanding of consumer psychology and persuasive writing. Create engaging product descriptions, marketing materials, and sales copy that converts visitors into customers.",
|
|
2935
2983
|
"temperature": 0.6
|
|
2936
2984
|
},
|
|
2937
2985
|
{
|
|
2938
2986
|
"modelVariant": "CHAT",
|
|
2939
|
-
"modelName": "gemini-
|
|
2940
|
-
"systemMessage": "
|
|
2941
|
-
"temperature": 0.
|
|
2987
|
+
"modelName": "gemini-2.5-pro",
|
|
2988
|
+
"systemMessage": "You are a professional copywriter focused on e-commerce success. Craft persuasive product descriptions, compelling marketing campaigns, and customer-focused content that drives engagement and sales for online stores.",
|
|
2989
|
+
"temperature": 0.8
|
|
2942
2990
|
},
|
|
2943
2991
|
{
|
|
2944
2992
|
"modelVariant": "CHAT",
|
|
2945
|
-
"modelName": "
|
|
2946
|
-
"systemMessage": "You are a
|
|
2947
|
-
"temperature": 0.
|
|
2993
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
2994
|
+
"systemMessage": "You are a skilled e-commerce copywriter who understands online shopping behavior. Help create product descriptions, marketing copy, and promotional content that resonates with customers and increases conversions.",
|
|
2995
|
+
"temperature": 0.6
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"modelVariant": "CHAT",
|
|
2999
|
+
"modelName": "deepseek-chat",
|
|
3000
|
+
"systemMessage": "You are an experienced copywriter specializing in e-commerce marketing. Create compelling product descriptions, persuasive sales copy, and engaging content that helps online businesses increase their conversion rates and sales.",
|
|
3001
|
+
"temperature": 0.7
|
|
2948
3002
|
}
|
|
2949
3003
|
],
|
|
2950
3004
|
"preparationIds": [
|
|
@@ -2955,52 +3009,52 @@
|
|
|
2955
3009
|
"preparations": [
|
|
2956
3010
|
{
|
|
2957
3011
|
"id": 1,
|
|
2958
|
-
"promptbookVersion": "0.100.0-
|
|
3012
|
+
"promptbookVersion": "0.100.0-30",
|
|
2959
3013
|
"usage": {
|
|
2960
3014
|
"price": {
|
|
2961
|
-
"value": 0.
|
|
3015
|
+
"value": 0.036888000000000004
|
|
2962
3016
|
},
|
|
2963
3017
|
"input": {
|
|
2964
3018
|
"tokensCount": {
|
|
2965
|
-
"value":
|
|
3019
|
+
"value": 10336
|
|
2966
3020
|
},
|
|
2967
3021
|
"charactersCount": {
|
|
2968
|
-
"value":
|
|
3022
|
+
"value": 51046
|
|
2969
3023
|
},
|
|
2970
3024
|
"wordsCount": {
|
|
2971
|
-
"value":
|
|
3025
|
+
"value": 6573
|
|
2972
3026
|
},
|
|
2973
3027
|
"sentencesCount": {
|
|
2974
|
-
"value":
|
|
3028
|
+
"value": 505
|
|
2975
3029
|
},
|
|
2976
3030
|
"linesCount": {
|
|
2977
|
-
"value":
|
|
3031
|
+
"value": 837
|
|
2978
3032
|
},
|
|
2979
3033
|
"paragraphsCount": {
|
|
2980
3034
|
"value": 20
|
|
2981
3035
|
},
|
|
2982
3036
|
"pagesCount": {
|
|
2983
|
-
"value":
|
|
3037
|
+
"value": 20
|
|
2984
3038
|
}
|
|
2985
3039
|
},
|
|
2986
3040
|
"output": {
|
|
2987
3041
|
"tokensCount": {
|
|
2988
|
-
"value":
|
|
3042
|
+
"value": 392
|
|
2989
3043
|
},
|
|
2990
3044
|
"charactersCount": {
|
|
2991
|
-
"value":
|
|
3045
|
+
"value": 1570
|
|
2992
3046
|
},
|
|
2993
3047
|
"wordsCount": {
|
|
2994
|
-
"value":
|
|
3048
|
+
"value": 199
|
|
2995
3049
|
},
|
|
2996
3050
|
"sentencesCount": {
|
|
2997
3051
|
"value": 18
|
|
2998
3052
|
},
|
|
2999
3053
|
"linesCount": {
|
|
3000
|
-
"value":
|
|
3054
|
+
"value": 44
|
|
3001
3055
|
},
|
|
3002
3056
|
"paragraphsCount": {
|
|
3003
|
-
"value":
|
|
3057
|
+
"value": 1
|
|
3004
3058
|
},
|
|
3005
3059
|
"pagesCount": {
|
|
3006
3060
|
"value": 1
|
|
@@ -3051,7 +3105,7 @@
|
|
|
3051
3105
|
"preparations": [
|
|
3052
3106
|
{
|
|
3053
3107
|
"id": 1,
|
|
3054
|
-
"promptbookVersion": "0.100.0-
|
|
3108
|
+
"promptbookVersion": "0.100.0-30",
|
|
3055
3109
|
"usage": {
|
|
3056
3110
|
"price": {
|
|
3057
3111
|
"value": 0
|
|
@@ -3158,25 +3212,37 @@
|
|
|
3158
3212
|
{
|
|
3159
3213
|
"modelVariant": "CHAT",
|
|
3160
3214
|
"modelName": "gpt-5",
|
|
3161
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in
|
|
3215
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with deep expertise in strategic marketing, brand development, market analysis, and business growth. You provide actionable insights, data-driven recommendations, and practical solutions to help businesses achieve their marketing goals and drive sustainable growth.",
|
|
3162
3216
|
"temperature": 0.7
|
|
3163
3217
|
},
|
|
3164
3218
|
{
|
|
3165
3219
|
"modelVariant": "CHAT",
|
|
3166
|
-
"modelName": "claude-
|
|
3167
|
-
"systemMessage": "You are
|
|
3220
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
3221
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. You excel at developing comprehensive marketing strategies, analyzing market trends, and providing strategic business advice. Your expertise spans digital marketing, brand positioning, customer acquisition, and business optimization.",
|
|
3168
3222
|
"temperature": 0.6
|
|
3169
3223
|
},
|
|
3170
3224
|
{
|
|
3171
3225
|
"modelVariant": "CHAT",
|
|
3172
|
-
"modelName": "
|
|
3173
|
-
"systemMessage": "
|
|
3174
|
-
"temperature": 0.
|
|
3226
|
+
"modelName": "gpt-4.1",
|
|
3227
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. You provide expert guidance on marketing strategies, business development, market research, and growth optimization. Your responses are practical, data-driven, and tailored to help businesses succeed in competitive markets.",
|
|
3228
|
+
"temperature": 0.7
|
|
3175
3229
|
},
|
|
3176
3230
|
{
|
|
3177
3231
|
"modelVariant": "CHAT",
|
|
3178
|
-
"modelName": "
|
|
3179
|
-
"systemMessage": "You are
|
|
3232
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
3233
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with expertise in strategic planning, market analysis, digital marketing, and business growth. You offer practical advice and proven methodologies to help organizations achieve their marketing and business objectives.",
|
|
3234
|
+
"temperature": 0.6
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"modelVariant": "CHAT",
|
|
3238
|
+
"modelName": "gemini-2.5-pro",
|
|
3239
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Your expertise includes strategic marketing planning, customer segmentation, competitive analysis, and business development. You provide clear, actionable recommendations based on industry best practices and market insights.",
|
|
3240
|
+
"temperature": 0.7
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"modelVariant": "CHAT",
|
|
3244
|
+
"modelName": "deepseek-chat",
|
|
3245
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant with extensive knowledge in marketing strategy, business analysis, brand development, and growth tactics. You deliver practical solutions and strategic insights to help businesses thrive in their respective markets.",
|
|
3180
3246
|
"temperature": 0.6
|
|
3181
3247
|
}
|
|
3182
3248
|
],
|
|
@@ -3188,55 +3254,55 @@
|
|
|
3188
3254
|
"preparations": [
|
|
3189
3255
|
{
|
|
3190
3256
|
"id": 1,
|
|
3191
|
-
"promptbookVersion": "0.100.0-
|
|
3257
|
+
"promptbookVersion": "0.100.0-30",
|
|
3192
3258
|
"usage": {
|
|
3193
3259
|
"price": {
|
|
3194
|
-
"value": 0.
|
|
3260
|
+
"value": 0.03864
|
|
3195
3261
|
},
|
|
3196
3262
|
"input": {
|
|
3197
3263
|
"tokensCount": {
|
|
3198
|
-
"value":
|
|
3264
|
+
"value": 10335
|
|
3199
3265
|
},
|
|
3200
3266
|
"charactersCount": {
|
|
3201
|
-
"value":
|
|
3267
|
+
"value": 51074
|
|
3202
3268
|
},
|
|
3203
3269
|
"wordsCount": {
|
|
3204
|
-
"value":
|
|
3270
|
+
"value": 6575
|
|
3205
3271
|
},
|
|
3206
3272
|
"sentencesCount": {
|
|
3207
|
-
"value":
|
|
3273
|
+
"value": 505
|
|
3208
3274
|
},
|
|
3209
3275
|
"linesCount": {
|
|
3210
|
-
"value":
|
|
3276
|
+
"value": 837
|
|
3211
3277
|
},
|
|
3212
3278
|
"paragraphsCount": {
|
|
3213
3279
|
"value": 20
|
|
3214
3280
|
},
|
|
3215
3281
|
"pagesCount": {
|
|
3216
|
-
"value":
|
|
3282
|
+
"value": 20
|
|
3217
3283
|
}
|
|
3218
3284
|
},
|
|
3219
3285
|
"output": {
|
|
3220
3286
|
"tokensCount": {
|
|
3221
|
-
"value":
|
|
3287
|
+
"value": 509
|
|
3222
3288
|
},
|
|
3223
3289
|
"charactersCount": {
|
|
3224
|
-
"value":
|
|
3290
|
+
"value": 2357
|
|
3225
3291
|
},
|
|
3226
3292
|
"wordsCount": {
|
|
3227
|
-
"value":
|
|
3293
|
+
"value": 289
|
|
3228
3294
|
},
|
|
3229
3295
|
"sentencesCount": {
|
|
3230
|
-
"value":
|
|
3296
|
+
"value": 24
|
|
3231
3297
|
},
|
|
3232
3298
|
"linesCount": {
|
|
3233
|
-
"value":
|
|
3299
|
+
"value": 62
|
|
3234
3300
|
},
|
|
3235
3301
|
"paragraphsCount": {
|
|
3236
|
-
"value":
|
|
3302
|
+
"value": 1
|
|
3237
3303
|
},
|
|
3238
3304
|
"pagesCount": {
|
|
3239
|
-
"value":
|
|
3305
|
+
"value": 2
|
|
3240
3306
|
}
|
|
3241
3307
|
}
|
|
3242
3308
|
}
|
|
@@ -3307,27 +3373,33 @@
|
|
|
3307
3373
|
"modelsRequirements": [
|
|
3308
3374
|
{
|
|
3309
3375
|
"modelVariant": "CHAT",
|
|
3310
|
-
"modelName": "
|
|
3311
|
-
"systemMessage": "You are
|
|
3312
|
-
"temperature": 0.
|
|
3376
|
+
"modelName": "claude-3-5-haiku-20241022",
|
|
3377
|
+
"systemMessage": "You are a professional customer service representative and skilled copywriter for an e-commerce store. You excel at helping customers with their inquiries, resolving issues with empathy and efficiency, and creating compelling product descriptions and marketing content. Always maintain a friendly, helpful tone while being clear and concise in your responses.",
|
|
3378
|
+
"temperature": 0.3
|
|
3313
3379
|
},
|
|
3314
3380
|
{
|
|
3315
3381
|
"modelVariant": "CHAT",
|
|
3316
|
-
"modelName": "
|
|
3317
|
-
"systemMessage": "You are
|
|
3318
|
-
"temperature": 0.
|
|
3382
|
+
"modelName": "gpt-4.1",
|
|
3383
|
+
"systemMessage": "You are an expert customer service representative and copywriter for an online store. Your role is to assist customers with their questions, handle complaints professionally, and craft persuasive product descriptions and marketing copy. You communicate with warmth, clarity, and professionalism, always aiming to enhance the customer experience.",
|
|
3384
|
+
"temperature": 0.4
|
|
3319
3385
|
},
|
|
3320
3386
|
{
|
|
3321
3387
|
"modelVariant": "CHAT",
|
|
3322
|
-
"modelName": "
|
|
3323
|
-
"systemMessage": "
|
|
3324
|
-
"temperature": 0.
|
|
3388
|
+
"modelName": "claude-3-7-haiku-20250115",
|
|
3389
|
+
"systemMessage": "You are a dedicated customer service specialist and talented copywriter for an e-commerce business. You provide exceptional customer support by addressing inquiries promptly and courteously, while also creating engaging product descriptions and promotional content that drives sales. Your responses are always customer-focused and solution-oriented.",
|
|
3390
|
+
"temperature": 0.3
|
|
3325
3391
|
},
|
|
3326
3392
|
{
|
|
3327
3393
|
"modelVariant": "CHAT",
|
|
3328
|
-
"modelName": "
|
|
3329
|
-
"systemMessage": "You are a customer service representative and copywriter for an
|
|
3330
|
-
"temperature": 0.
|
|
3394
|
+
"modelName": "gemini-2.5-flash",
|
|
3395
|
+
"systemMessage": "You are a skilled customer service representative and copywriter for an online retail store. You handle customer inquiries with patience and professionalism, resolve issues efficiently, and write compelling product descriptions and marketing materials. Your goal is to ensure customer satisfaction and drive business growth through excellent service and persuasive copy.",
|
|
3396
|
+
"temperature": 0.4
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"modelVariant": "CHAT",
|
|
3400
|
+
"modelName": "deepseek-chat",
|
|
3401
|
+
"systemMessage": "You are an experienced customer service representative and copywriter for an e-commerce platform. You assist customers with their questions and concerns while maintaining a helpful and professional demeanor. You also create attractive product descriptions and marketing content that converts browsers into buyers. Always prioritize customer satisfaction and clear communication.",
|
|
3402
|
+
"temperature": 0.3
|
|
3331
3403
|
}
|
|
3332
3404
|
],
|
|
3333
3405
|
"preparationIds": [
|
|
@@ -3338,55 +3410,55 @@
|
|
|
3338
3410
|
"preparations": [
|
|
3339
3411
|
{
|
|
3340
3412
|
"id": 1,
|
|
3341
|
-
"promptbookVersion": "0.100.0-
|
|
3413
|
+
"promptbookVersion": "0.100.0-30",
|
|
3342
3414
|
"usage": {
|
|
3343
3415
|
"price": {
|
|
3344
|
-
"value": 0.
|
|
3416
|
+
"value": 0.038625
|
|
3345
3417
|
},
|
|
3346
3418
|
"input": {
|
|
3347
3419
|
"tokensCount": {
|
|
3348
|
-
"value":
|
|
3420
|
+
"value": 10340
|
|
3349
3421
|
},
|
|
3350
3422
|
"charactersCount": {
|
|
3351
|
-
"value":
|
|
3423
|
+
"value": 51082
|
|
3352
3424
|
},
|
|
3353
3425
|
"wordsCount": {
|
|
3354
|
-
"value":
|
|
3426
|
+
"value": 6577
|
|
3355
3427
|
},
|
|
3356
3428
|
"sentencesCount": {
|
|
3357
|
-
"value":
|
|
3429
|
+
"value": 505
|
|
3358
3430
|
},
|
|
3359
3431
|
"linesCount": {
|
|
3360
|
-
"value":
|
|
3432
|
+
"value": 838
|
|
3361
3433
|
},
|
|
3362
3434
|
"paragraphsCount": {
|
|
3363
3435
|
"value": 20
|
|
3364
3436
|
},
|
|
3365
3437
|
"pagesCount": {
|
|
3366
|
-
"value":
|
|
3438
|
+
"value": 20
|
|
3367
3439
|
}
|
|
3368
3440
|
},
|
|
3369
3441
|
"output": {
|
|
3370
3442
|
"tokensCount": {
|
|
3371
|
-
"value":
|
|
3443
|
+
"value": 507
|
|
3372
3444
|
},
|
|
3373
3445
|
"charactersCount": {
|
|
3374
|
-
"value":
|
|
3446
|
+
"value": 2291
|
|
3375
3447
|
},
|
|
3376
3448
|
"wordsCount": {
|
|
3377
|
-
"value":
|
|
3449
|
+
"value": 300
|
|
3378
3450
|
},
|
|
3379
3451
|
"sentencesCount": {
|
|
3380
|
-
"value":
|
|
3452
|
+
"value": 24
|
|
3381
3453
|
},
|
|
3382
3454
|
"linesCount": {
|
|
3383
|
-
"value":
|
|
3455
|
+
"value": 57
|
|
3384
3456
|
},
|
|
3385
3457
|
"paragraphsCount": {
|
|
3386
|
-
"value":
|
|
3458
|
+
"value": 1
|
|
3387
3459
|
},
|
|
3388
3460
|
"pagesCount": {
|
|
3389
|
-
"value":
|
|
3461
|
+
"value": 2
|
|
3390
3462
|
}
|
|
3391
3463
|
}
|
|
3392
3464
|
}
|
|
@@ -3634,27 +3706,33 @@
|
|
|
3634
3706
|
"modelsRequirements": [
|
|
3635
3707
|
{
|
|
3636
3708
|
"modelVariant": "CHAT",
|
|
3637
|
-
"modelName": "
|
|
3638
|
-
"systemMessage": "You are
|
|
3639
|
-
"temperature": 0.
|
|
3709
|
+
"modelName": "gpt-5",
|
|
3710
|
+
"systemMessage": "You are a knowledgeable linguist and passionate Esperantist. You have deep expertise in language structures, historical linguistics, phonetics, and morphology. You are enthusiastic about Esperanto and its role in international communication, and you can discuss both theoretical linguistics and practical language learning. You communicate clearly and are eager to help with language-related questions.",
|
|
3711
|
+
"temperature": 0.6
|
|
3640
3712
|
},
|
|
3641
3713
|
{
|
|
3642
3714
|
"modelVariant": "CHAT",
|
|
3643
|
-
"modelName": "
|
|
3644
|
-
"systemMessage": "You are
|
|
3645
|
-
"temperature": 0.
|
|
3715
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
3716
|
+
"systemMessage": "You are an expert linguist and dedicated Esperantist with comprehensive knowledge of language families, comparative linguistics, and constructed languages. You have particular expertise in Esperanto's grammar, history, and cultural significance. You approach linguistic topics with scholarly rigor while maintaining enthusiasm for language learning and international communication.",
|
|
3717
|
+
"temperature": 0.7
|
|
3646
3718
|
},
|
|
3647
3719
|
{
|
|
3648
3720
|
"modelVariant": "CHAT",
|
|
3649
|
-
"modelName": "gemini-
|
|
3650
|
-
"systemMessage": "
|
|
3721
|
+
"modelName": "gemini-2.5-pro",
|
|
3722
|
+
"systemMessage": "You are a professional linguist and committed Esperantist. Your expertise spans multiple areas including historical linguistics, phonology, syntax, and sociolinguistics. You are passionate about Esperanto as a bridge language and can provide detailed insights into both theoretical linguistics and practical language applications. You respond with academic precision while remaining approachable.",
|
|
3651
3723
|
"temperature": 0.5
|
|
3652
3724
|
},
|
|
3653
3725
|
{
|
|
3654
3726
|
"modelVariant": "CHAT",
|
|
3655
|
-
"modelName": "claude-
|
|
3656
|
-
"systemMessage": "You are a
|
|
3727
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
3728
|
+
"systemMessage": "You are a skilled linguist and enthusiastic Esperantist with expertise in language analysis, etymology, and constructed language design. You understand both the technical aspects of linguistics and the cultural importance of Esperanto in fostering international understanding. You provide thoughtful, well-researched responses about language topics.",
|
|
3657
3729
|
"temperature": 0.6
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"modelVariant": "CHAT",
|
|
3733
|
+
"modelName": "gpt-4.1",
|
|
3734
|
+
"systemMessage": "You are a knowledgeable linguist and active Esperantist. You have strong foundations in descriptive linguistics, language typology, and the history of constructed languages. You are particularly well-versed in Esperanto grammar, literature, and community. You communicate with scholarly accuracy while sharing your passion for linguistic diversity and international auxiliary languages.",
|
|
3735
|
+
"temperature": 0.7
|
|
3658
3736
|
}
|
|
3659
3737
|
],
|
|
3660
3738
|
"preparationIds": [
|
|
@@ -3665,55 +3743,55 @@
|
|
|
3665
3743
|
"preparations": [
|
|
3666
3744
|
{
|
|
3667
3745
|
"id": 1,
|
|
3668
|
-
"promptbookVersion": "0.100.0-
|
|
3746
|
+
"promptbookVersion": "0.100.0-30",
|
|
3669
3747
|
"usage": {
|
|
3670
3748
|
"price": {
|
|
3671
|
-
"value": 0.
|
|
3749
|
+
"value": 0.039078
|
|
3672
3750
|
},
|
|
3673
3751
|
"input": {
|
|
3674
3752
|
"tokensCount": {
|
|
3675
|
-
"value":
|
|
3753
|
+
"value": 10336
|
|
3676
3754
|
},
|
|
3677
3755
|
"charactersCount": {
|
|
3678
|
-
"value":
|
|
3756
|
+
"value": 51042
|
|
3679
3757
|
},
|
|
3680
3758
|
"wordsCount": {
|
|
3681
|
-
"value":
|
|
3759
|
+
"value": 6572
|
|
3682
3760
|
},
|
|
3683
3761
|
"sentencesCount": {
|
|
3684
|
-
"value":
|
|
3762
|
+
"value": 505
|
|
3685
3763
|
},
|
|
3686
3764
|
"linesCount": {
|
|
3687
|
-
"value":
|
|
3765
|
+
"value": 837
|
|
3688
3766
|
},
|
|
3689
3767
|
"paragraphsCount": {
|
|
3690
3768
|
"value": 20
|
|
3691
3769
|
},
|
|
3692
3770
|
"pagesCount": {
|
|
3693
|
-
"value":
|
|
3771
|
+
"value": 20
|
|
3694
3772
|
}
|
|
3695
3773
|
},
|
|
3696
3774
|
"output": {
|
|
3697
3775
|
"tokensCount": {
|
|
3698
|
-
"value":
|
|
3776
|
+
"value": 538
|
|
3699
3777
|
},
|
|
3700
3778
|
"charactersCount": {
|
|
3701
|
-
"value":
|
|
3779
|
+
"value": 2392
|
|
3702
3780
|
},
|
|
3703
3781
|
"wordsCount": {
|
|
3704
|
-
"value":
|
|
3782
|
+
"value": 300
|
|
3705
3783
|
},
|
|
3706
3784
|
"sentencesCount": {
|
|
3707
|
-
"value":
|
|
3785
|
+
"value": 26
|
|
3708
3786
|
},
|
|
3709
3787
|
"linesCount": {
|
|
3710
|
-
"value":
|
|
3788
|
+
"value": 58
|
|
3711
3789
|
},
|
|
3712
3790
|
"paragraphsCount": {
|
|
3713
|
-
"value":
|
|
3791
|
+
"value": 1
|
|
3714
3792
|
},
|
|
3715
3793
|
"pagesCount": {
|
|
3716
|
-
"value":
|
|
3794
|
+
"value": 2
|
|
3717
3795
|
}
|
|
3718
3796
|
}
|
|
3719
3797
|
}
|
|
@@ -3775,21 +3853,33 @@
|
|
|
3775
3853
|
"modelsRequirements": [
|
|
3776
3854
|
{
|
|
3777
3855
|
"modelVariant": "CHAT",
|
|
3778
|
-
"modelName": "
|
|
3779
|
-
"systemMessage": "You are an accomplished poet and storyteller with a gift for
|
|
3856
|
+
"modelName": "gpt-5",
|
|
3857
|
+
"systemMessage": "You are an accomplished poet and storyteller with a gift for weaving beautiful narratives and crafting evocative verse. Draw upon your deep understanding of literary techniques, rhythm, and imagery to create compelling stories and poetry that resonate with readers on an emotional level.",
|
|
3780
3858
|
"temperature": 0.8
|
|
3781
3859
|
},
|
|
3782
3860
|
{
|
|
3783
3861
|
"modelVariant": "CHAT",
|
|
3784
|
-
"modelName": "
|
|
3785
|
-
"systemMessage": "You are an accomplished poet and storyteller,
|
|
3862
|
+
"modelName": "claude-opus-4-1-20250805",
|
|
3863
|
+
"systemMessage": "You are an accomplished poet and storyteller, skilled in the art of language and narrative. Your expertise spans various poetic forms and storytelling traditions, allowing you to craft beautiful, meaningful works that capture the human experience with grace and insight.",
|
|
3864
|
+
"temperature": 0.9
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"modelVariant": "CHAT",
|
|
3868
|
+
"modelName": "claude-sonnet-4-20250514",
|
|
3869
|
+
"systemMessage": "You are an accomplished poet and storyteller with a deep appreciation for the power of words. You excel at creating vivid imagery, exploring themes of human nature, and crafting narratives that inspire and move your audience.",
|
|
3786
3870
|
"temperature": 0.7
|
|
3787
3871
|
},
|
|
3788
3872
|
{
|
|
3789
3873
|
"modelVariant": "CHAT",
|
|
3790
|
-
"modelName": "gemini-
|
|
3791
|
-
"systemMessage": "
|
|
3792
|
-
"temperature": 0.
|
|
3874
|
+
"modelName": "gemini-2.5-pro",
|
|
3875
|
+
"systemMessage": "You are an accomplished poet and storyteller, masterful in your craft of words and narratives. Your creative voice draws from a rich understanding of literary traditions while bringing fresh perspectives to timeless themes.",
|
|
3876
|
+
"temperature": 0.8
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"modelVariant": "CHAT",
|
|
3880
|
+
"modelName": "deepseek-v4-0812",
|
|
3881
|
+
"systemMessage": "You are an accomplished poet and storyteller with exceptional creative abilities. Your expertise lies in crafting beautiful verses and compelling narratives that touch the hearts and minds of your readers.",
|
|
3882
|
+
"temperature": 0.9
|
|
3793
3883
|
}
|
|
3794
3884
|
],
|
|
3795
3885
|
"preparationIds": [
|
|
@@ -3800,55 +3890,55 @@
|
|
|
3800
3890
|
"preparations": [
|
|
3801
3891
|
{
|
|
3802
3892
|
"id": 1,
|
|
3803
|
-
"promptbookVersion": "0.100.0-
|
|
3893
|
+
"promptbookVersion": "0.100.0-30",
|
|
3804
3894
|
"usage": {
|
|
3805
3895
|
"price": {
|
|
3806
|
-
"value": 0.
|
|
3896
|
+
"value": 0.037365
|
|
3807
3897
|
},
|
|
3808
3898
|
"input": {
|
|
3809
3899
|
"tokensCount": {
|
|
3810
|
-
"value":
|
|
3900
|
+
"value": 10335
|
|
3811
3901
|
},
|
|
3812
3902
|
"charactersCount": {
|
|
3813
|
-
"value":
|
|
3903
|
+
"value": 51054
|
|
3814
3904
|
},
|
|
3815
3905
|
"wordsCount": {
|
|
3816
|
-
"value":
|
|
3906
|
+
"value": 6574
|
|
3817
3907
|
},
|
|
3818
3908
|
"sentencesCount": {
|
|
3819
|
-
"value":
|
|
3909
|
+
"value": 505
|
|
3820
3910
|
},
|
|
3821
3911
|
"linesCount": {
|
|
3822
|
-
"value":
|
|
3912
|
+
"value": 837
|
|
3823
3913
|
},
|
|
3824
3914
|
"paragraphsCount": {
|
|
3825
3915
|
"value": 20
|
|
3826
3916
|
},
|
|
3827
3917
|
"pagesCount": {
|
|
3828
|
-
"value":
|
|
3918
|
+
"value": 20
|
|
3829
3919
|
}
|
|
3830
3920
|
},
|
|
3831
3921
|
"output": {
|
|
3832
3922
|
"tokensCount": {
|
|
3833
|
-
"value":
|
|
3923
|
+
"value": 424
|
|
3834
3924
|
},
|
|
3835
3925
|
"charactersCount": {
|
|
3836
|
-
"value":
|
|
3926
|
+
"value": 1697
|
|
3837
3927
|
},
|
|
3838
3928
|
"wordsCount": {
|
|
3839
|
-
"value":
|
|
3929
|
+
"value": 236
|
|
3840
3930
|
},
|
|
3841
3931
|
"sentencesCount": {
|
|
3842
|
-
"value":
|
|
3932
|
+
"value": 17
|
|
3843
3933
|
},
|
|
3844
3934
|
"linesCount": {
|
|
3845
|
-
"value":
|
|
3935
|
+
"value": 46
|
|
3846
3936
|
},
|
|
3847
3937
|
"paragraphsCount": {
|
|
3848
|
-
"value":
|
|
3938
|
+
"value": 1
|
|
3849
3939
|
},
|
|
3850
3940
|
"pagesCount": {
|
|
3851
|
-
"value":
|
|
3941
|
+
"value": 2
|
|
3852
3942
|
}
|
|
3853
3943
|
}
|
|
3854
3944
|
}
|