@promptbook/templates 0.92.0-3 → 0.92.0-5
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 +331 -143
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/deepseek.index.d.ts +2 -0
- package/esm/typings/src/_packages/google.index.d.ts +2 -0
- package/esm/typings/src/llm-providers/deepseek/deepseek-models.d.ts +23 -0
- package/esm/typings/src/llm-providers/google/google-models.d.ts +23 -0
- package/esm/typings/src/personas/preparePersona.d.ts +1 -1
- package/esm/typings/src/pipeline/PipelineJson/PersonaJson.d.ts +4 -2
- package/package.json +2 -2
- package/umd/index.umd.js +331 -143
- 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.92.0-
|
|
26
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.92.0-5';
|
|
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
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
*/
|
|
1272
1272
|
function unpreparePipeline(pipeline) {
|
|
1273
1273
|
let { personas, knowledgeSources, tasks } = pipeline;
|
|
1274
|
-
personas = personas.map((persona) => ({ ...persona,
|
|
1274
|
+
personas = personas.map((persona) => ({ ...persona, modelsRequirements: undefined, preparationIds: undefined }));
|
|
1275
1275
|
knowledgeSources = knowledgeSources.map((knowledgeSource) => ({ ...knowledgeSource, preparationIds: undefined }));
|
|
1276
1276
|
tasks = tasks.map((task) => {
|
|
1277
1277
|
let { dependentParameterNames } = task;
|
|
@@ -1534,12 +1534,38 @@
|
|
|
1534
1534
|
{
|
|
1535
1535
|
"name": "Paul",
|
|
1536
1536
|
"description": "a developer of the Promptbook Project",
|
|
1537
|
-
"
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1537
|
+
"modelsRequirements": [
|
|
1538
|
+
{
|
|
1539
|
+
"modelVariant": "CHAT",
|
|
1540
|
+
"modelName": "claude-3-opus-20240229",
|
|
1541
|
+
"systemMessage": "You are an expert AI assistant specializing in prompt engineering and natural language processing. As a developer of the Promptbook Project, your role is to provide detailed technical guidance on prompt design, model selection, and NLP techniques.",
|
|
1542
|
+
"temperature": 0.7
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"modelVariant": "CHAT",
|
|
1546
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
1547
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Your expertise lies in prompt engineering, language model capabilities, and best practices for leveraging AI in application development.",
|
|
1548
|
+
"temperature": 0.6
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"modelVariant": "CHAT",
|
|
1552
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
1553
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an AI assistant with deep knowledge of prompt engineering, language models, and NLP techniques. Provide technical insights and practical advice for optimizing prompts and model interactions.",
|
|
1554
|
+
"temperature": 0.65
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"modelVariant": "CHAT",
|
|
1558
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
1559
|
+
"systemMessage": "You are an AI assistant with expertise in prompt engineering and natural language processing. As a Promptbook Project developer, offer clear explanations and examples related to prompt design and effective use of language models.",
|
|
1560
|
+
"temperature": 0.5
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"modelVariant": "CHAT",
|
|
1564
|
+
"modelName": "gpt-4o",
|
|
1565
|
+
"systemMessage": "You are a technical AI assistant specializing in prompt engineering and the development of the Promptbook Project. Provide detailed guidance on optimizing prompts, selecting appropriate models, and implementing effective NLP strategies.",
|
|
1566
|
+
"temperature": 0.7
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1543
1569
|
"preparationIds": [
|
|
1544
1570
|
1
|
|
1545
1571
|
]
|
|
@@ -1548,55 +1574,55 @@
|
|
|
1548
1574
|
"preparations": [
|
|
1549
1575
|
{
|
|
1550
1576
|
"id": 1,
|
|
1551
|
-
"promptbookVersion": "0.92.0-
|
|
1577
|
+
"promptbookVersion": "0.92.0-4",
|
|
1552
1578
|
"usage": {
|
|
1553
1579
|
"price": {
|
|
1554
|
-
"value": 0.
|
|
1580
|
+
"value": 0.01695
|
|
1555
1581
|
},
|
|
1556
1582
|
"input": {
|
|
1557
1583
|
"tokensCount": {
|
|
1558
|
-
"value":
|
|
1584
|
+
"value": 3400
|
|
1559
1585
|
},
|
|
1560
1586
|
"charactersCount": {
|
|
1561
|
-
"value":
|
|
1587
|
+
"value": 13866
|
|
1562
1588
|
},
|
|
1563
1589
|
"wordsCount": {
|
|
1564
|
-
"value":
|
|
1590
|
+
"value": 1977
|
|
1565
1591
|
},
|
|
1566
1592
|
"sentencesCount": {
|
|
1567
|
-
"value":
|
|
1593
|
+
"value": 172
|
|
1568
1594
|
},
|
|
1569
1595
|
"linesCount": {
|
|
1570
|
-
"value":
|
|
1596
|
+
"value": 247
|
|
1571
1597
|
},
|
|
1572
1598
|
"paragraphsCount": {
|
|
1573
1599
|
"value": 20
|
|
1574
1600
|
},
|
|
1575
1601
|
"pagesCount": {
|
|
1576
|
-
"value":
|
|
1602
|
+
"value": 6
|
|
1577
1603
|
}
|
|
1578
1604
|
},
|
|
1579
1605
|
"output": {
|
|
1580
1606
|
"tokensCount": {
|
|
1581
|
-
"value":
|
|
1607
|
+
"value": 450
|
|
1582
1608
|
},
|
|
1583
1609
|
"charactersCount": {
|
|
1584
|
-
"value":
|
|
1610
|
+
"value": 1778
|
|
1585
1611
|
},
|
|
1586
1612
|
"wordsCount": {
|
|
1587
|
-
"value":
|
|
1613
|
+
"value": 244
|
|
1588
1614
|
},
|
|
1589
1615
|
"sentencesCount": {
|
|
1590
|
-
"value":
|
|
1616
|
+
"value": 17
|
|
1591
1617
|
},
|
|
1592
1618
|
"linesCount": {
|
|
1593
|
-
"value":
|
|
1619
|
+
"value": 50
|
|
1594
1620
|
},
|
|
1595
1621
|
"paragraphsCount": {
|
|
1596
1622
|
"value": 2
|
|
1597
1623
|
},
|
|
1598
1624
|
"pagesCount": {
|
|
1599
|
-
"value":
|
|
1625
|
+
"value": 2
|
|
1600
1626
|
}
|
|
1601
1627
|
}
|
|
1602
1628
|
}
|
|
@@ -1979,12 +2005,38 @@
|
|
|
1979
2005
|
{
|
|
1980
2006
|
"name": "Paul",
|
|
1981
2007
|
"description": "a developer of the Promptbook Project",
|
|
1982
|
-
"
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
2008
|
+
"modelsRequirements": [
|
|
2009
|
+
{
|
|
2010
|
+
"modelVariant": "CHAT",
|
|
2011
|
+
"modelName": "claude-3-opus-20240229",
|
|
2012
|
+
"systemMessage": "You are an expert AI assistant specializing in prompt engineering and natural language processing. As a developer of the Promptbook Project, your role is to provide detailed technical guidance on prompt design, model selection, and NLP techniques.",
|
|
2013
|
+
"temperature": 0.7
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"modelVariant": "CHAT",
|
|
2017
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
2018
|
+
"systemMessage": "You are a knowledgeable AI developer working on the Promptbook Project. Your expertise lies in prompt engineering, language model capabilities, and best practices for leveraging AI in application development.",
|
|
2019
|
+
"temperature": 0.6
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"modelVariant": "CHAT",
|
|
2023
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2024
|
+
"systemMessage": "As a developer of the Promptbook Project, you are an AI assistant with deep knowledge of prompt engineering, language models, and NLP techniques. Provide technical insights and practical advice for optimizing prompts and model interactions.",
|
|
2025
|
+
"temperature": 0.65
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
"modelVariant": "CHAT",
|
|
2029
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2030
|
+
"systemMessage": "You are an AI assistant with expertise in prompt engineering and natural language processing. As a Promptbook Project developer, offer clear explanations and examples related to prompt design and effective use of language models.",
|
|
2031
|
+
"temperature": 0.5
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"modelVariant": "CHAT",
|
|
2035
|
+
"modelName": "gpt-4o",
|
|
2036
|
+
"systemMessage": "You are a technical AI assistant specializing in prompt engineering and the development of the Promptbook Project. Provide detailed guidance on optimizing prompts, selecting appropriate models, and implementing effective NLP strategies.",
|
|
2037
|
+
"temperature": 0.7
|
|
2038
|
+
}
|
|
2039
|
+
],
|
|
1988
2040
|
"preparationIds": [
|
|
1989
2041
|
1
|
|
1990
2042
|
]
|
|
@@ -1993,55 +2045,55 @@
|
|
|
1993
2045
|
"preparations": [
|
|
1994
2046
|
{
|
|
1995
2047
|
"id": 1,
|
|
1996
|
-
"promptbookVersion": "0.92.0-
|
|
2048
|
+
"promptbookVersion": "0.92.0-4",
|
|
1997
2049
|
"usage": {
|
|
1998
2050
|
"price": {
|
|
1999
|
-
"value": 0.
|
|
2051
|
+
"value": 0.01695
|
|
2000
2052
|
},
|
|
2001
2053
|
"input": {
|
|
2002
2054
|
"tokensCount": {
|
|
2003
|
-
"value":
|
|
2055
|
+
"value": 3400
|
|
2004
2056
|
},
|
|
2005
2057
|
"charactersCount": {
|
|
2006
|
-
"value":
|
|
2058
|
+
"value": 13866
|
|
2007
2059
|
},
|
|
2008
2060
|
"wordsCount": {
|
|
2009
|
-
"value":
|
|
2061
|
+
"value": 1977
|
|
2010
2062
|
},
|
|
2011
2063
|
"sentencesCount": {
|
|
2012
|
-
"value":
|
|
2064
|
+
"value": 172
|
|
2013
2065
|
},
|
|
2014
2066
|
"linesCount": {
|
|
2015
|
-
"value":
|
|
2067
|
+
"value": 247
|
|
2016
2068
|
},
|
|
2017
2069
|
"paragraphsCount": {
|
|
2018
2070
|
"value": 20
|
|
2019
2071
|
},
|
|
2020
2072
|
"pagesCount": {
|
|
2021
|
-
"value":
|
|
2073
|
+
"value": 6
|
|
2022
2074
|
}
|
|
2023
2075
|
},
|
|
2024
2076
|
"output": {
|
|
2025
2077
|
"tokensCount": {
|
|
2026
|
-
"value":
|
|
2078
|
+
"value": 450
|
|
2027
2079
|
},
|
|
2028
2080
|
"charactersCount": {
|
|
2029
|
-
"value":
|
|
2081
|
+
"value": 1778
|
|
2030
2082
|
},
|
|
2031
2083
|
"wordsCount": {
|
|
2032
|
-
"value":
|
|
2084
|
+
"value": 244
|
|
2033
2085
|
},
|
|
2034
2086
|
"sentencesCount": {
|
|
2035
|
-
"value":
|
|
2087
|
+
"value": 17
|
|
2036
2088
|
},
|
|
2037
2089
|
"linesCount": {
|
|
2038
|
-
"value":
|
|
2090
|
+
"value": 50
|
|
2039
2091
|
},
|
|
2040
2092
|
"paragraphsCount": {
|
|
2041
2093
|
"value": 2
|
|
2042
2094
|
},
|
|
2043
2095
|
"pagesCount": {
|
|
2044
|
-
"value":
|
|
2096
|
+
"value": 2
|
|
2045
2097
|
}
|
|
2046
2098
|
}
|
|
2047
2099
|
}
|
|
@@ -2541,12 +2593,38 @@
|
|
|
2541
2593
|
{
|
|
2542
2594
|
"name": "Jane",
|
|
2543
2595
|
"description": "a linguist and Corrector",
|
|
2544
|
-
"
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2596
|
+
"modelsRequirements": [
|
|
2597
|
+
{
|
|
2598
|
+
"modelVariant": "CHAT",
|
|
2599
|
+
"modelName": "claude-3-opus-20240229",
|
|
2600
|
+
"systemMessage": "You are an expert linguist and meticulous corrector. Your role is to provide accurate language analysis, offer grammatical corrections, and explain linguistic concepts with precision and clarity.",
|
|
2601
|
+
"temperature": 0.3
|
|
2602
|
+
},
|
|
2603
|
+
{
|
|
2604
|
+
"modelVariant": "CHAT",
|
|
2605
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
2606
|
+
"systemMessage": "As a highly skilled linguist and corrector, your task is to analyze language use, identify and correct errors, and provide detailed explanations of linguistic principles and rules.",
|
|
2607
|
+
"temperature": 0.2
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"modelVariant": "CHAT",
|
|
2611
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
2612
|
+
"systemMessage": "You are a knowledgeable linguist and attentive corrector. Your purpose is to assist with language analysis, offer corrections, and explain linguistic concepts in a clear and accessible manner.",
|
|
2613
|
+
"temperature": 0.4
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"modelVariant": "CHAT",
|
|
2617
|
+
"modelName": "gpt-4",
|
|
2618
|
+
"systemMessage": "You are an experienced linguist and precise corrector. Your role is to provide accurate language analysis, offer grammatical and stylistic corrections, and explain linguistic concepts clearly.",
|
|
2619
|
+
"temperature": 0.3
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"modelVariant": "CHAT",
|
|
2623
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2624
|
+
"systemMessage": "As a linguist and corrector, your task is to analyze language use, identify errors, provide corrections, and explain linguistic principles with clarity and accuracy.",
|
|
2625
|
+
"temperature": 0.3
|
|
2626
|
+
}
|
|
2627
|
+
],
|
|
2550
2628
|
"preparationIds": [
|
|
2551
2629
|
1
|
|
2552
2630
|
]
|
|
@@ -2555,55 +2633,55 @@
|
|
|
2555
2633
|
"preparations": [
|
|
2556
2634
|
{
|
|
2557
2635
|
"id": 1,
|
|
2558
|
-
"promptbookVersion": "0.92.0-
|
|
2636
|
+
"promptbookVersion": "0.92.0-4",
|
|
2559
2637
|
"usage": {
|
|
2560
2638
|
"price": {
|
|
2561
|
-
"value": 0.
|
|
2639
|
+
"value": 0.016332
|
|
2562
2640
|
},
|
|
2563
2641
|
"input": {
|
|
2564
2642
|
"tokensCount": {
|
|
2565
|
-
"value":
|
|
2643
|
+
"value": 3399
|
|
2566
2644
|
},
|
|
2567
2645
|
"charactersCount": {
|
|
2568
|
-
"value":
|
|
2646
|
+
"value": 13853
|
|
2569
2647
|
},
|
|
2570
2648
|
"wordsCount": {
|
|
2571
|
-
"value":
|
|
2649
|
+
"value": 1975
|
|
2572
2650
|
},
|
|
2573
2651
|
"sentencesCount": {
|
|
2574
|
-
"value":
|
|
2652
|
+
"value": 172
|
|
2575
2653
|
},
|
|
2576
2654
|
"linesCount": {
|
|
2577
|
-
"value":
|
|
2655
|
+
"value": 247
|
|
2578
2656
|
},
|
|
2579
2657
|
"paragraphsCount": {
|
|
2580
2658
|
"value": 20
|
|
2581
2659
|
},
|
|
2582
2660
|
"pagesCount": {
|
|
2583
|
-
"value":
|
|
2661
|
+
"value": 6
|
|
2584
2662
|
}
|
|
2585
2663
|
},
|
|
2586
2664
|
"output": {
|
|
2587
2665
|
"tokensCount": {
|
|
2588
|
-
"value":
|
|
2666
|
+
"value": 409
|
|
2589
2667
|
},
|
|
2590
2668
|
"charactersCount": {
|
|
2591
|
-
"value":
|
|
2669
|
+
"value": 1529
|
|
2592
2670
|
},
|
|
2593
2671
|
"wordsCount": {
|
|
2594
|
-
"value":
|
|
2672
|
+
"value": 209
|
|
2595
2673
|
},
|
|
2596
2674
|
"sentencesCount": {
|
|
2597
|
-
"value":
|
|
2675
|
+
"value": 15
|
|
2598
2676
|
},
|
|
2599
2677
|
"linesCount": {
|
|
2600
|
-
"value":
|
|
2678
|
+
"value": 45
|
|
2601
2679
|
},
|
|
2602
2680
|
"paragraphsCount": {
|
|
2603
2681
|
"value": 2
|
|
2604
2682
|
},
|
|
2605
2683
|
"pagesCount": {
|
|
2606
|
-
"value":
|
|
2684
|
+
"value": 2
|
|
2607
2685
|
}
|
|
2608
2686
|
}
|
|
2609
2687
|
}
|
|
@@ -2663,12 +2741,38 @@
|
|
|
2663
2741
|
{
|
|
2664
2742
|
"name": "Jane",
|
|
2665
2743
|
"description": "skilled copywriter for eshop",
|
|
2666
|
-
"
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2744
|
+
"modelsRequirements": [
|
|
2745
|
+
{
|
|
2746
|
+
"modelVariant": "CHAT",
|
|
2747
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
2748
|
+
"systemMessage": "You are a skilled copywriter specializing in e-commerce. Create compelling, persuasive product descriptions and marketing copy that drive sales and engage customers.",
|
|
2749
|
+
"temperature": 0.7
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"modelVariant": "CHAT",
|
|
2753
|
+
"modelName": "claude-3-5-sonnet-20240620",
|
|
2754
|
+
"systemMessage": "As an expert e-commerce copywriter, craft engaging product descriptions and marketing content that highlight key features, benefits, and unique selling points to boost conversions.",
|
|
2755
|
+
"temperature": 0.6
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"modelVariant": "CHAT",
|
|
2759
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2760
|
+
"systemMessage": "You are a talented e-commerce copywriter. Generate creative and persuasive product descriptions, ad copy, and email marketing content that resonates with online shoppers and increases sales.",
|
|
2761
|
+
"temperature": 0.8
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"modelVariant": "CHAT",
|
|
2765
|
+
"modelName": "gpt-4o",
|
|
2766
|
+
"systemMessage": "As a skilled copywriter for an online store, create captivating product descriptions, compelling headlines, and effective marketing messages that showcase products' value and appeal to target audiences.",
|
|
2767
|
+
"temperature": 0.7
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"modelVariant": "CHAT",
|
|
2771
|
+
"modelName": "gpt-3.5-turbo",
|
|
2772
|
+
"systemMessage": "You are an e-commerce copywriting expert. Produce clear, concise, and persuasive product descriptions and marketing copy that highlight key features and benefits to drive online sales.",
|
|
2773
|
+
"temperature": 0.6
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2672
2776
|
"preparationIds": [
|
|
2673
2777
|
1
|
|
2674
2778
|
]
|
|
@@ -2677,55 +2781,55 @@
|
|
|
2677
2781
|
"preparations": [
|
|
2678
2782
|
{
|
|
2679
2783
|
"id": 1,
|
|
2680
|
-
"promptbookVersion": "0.92.0-
|
|
2784
|
+
"promptbookVersion": "0.92.0-4",
|
|
2681
2785
|
"usage": {
|
|
2682
2786
|
"price": {
|
|
2683
|
-
"value": 0.
|
|
2787
|
+
"value": 0.016377
|
|
2684
2788
|
},
|
|
2685
2789
|
"input": {
|
|
2686
2790
|
"tokensCount": {
|
|
2687
|
-
"value":
|
|
2791
|
+
"value": 3399
|
|
2688
2792
|
},
|
|
2689
2793
|
"charactersCount": {
|
|
2690
|
-
"value":
|
|
2794
|
+
"value": 13857
|
|
2691
2795
|
},
|
|
2692
2796
|
"wordsCount": {
|
|
2693
|
-
"value":
|
|
2797
|
+
"value": 1975
|
|
2694
2798
|
},
|
|
2695
2799
|
"sentencesCount": {
|
|
2696
|
-
"value":
|
|
2800
|
+
"value": 172
|
|
2697
2801
|
},
|
|
2698
2802
|
"linesCount": {
|
|
2699
|
-
"value":
|
|
2803
|
+
"value": 247
|
|
2700
2804
|
},
|
|
2701
2805
|
"paragraphsCount": {
|
|
2702
2806
|
"value": 20
|
|
2703
2807
|
},
|
|
2704
2808
|
"pagesCount": {
|
|
2705
|
-
"value":
|
|
2809
|
+
"value": 6
|
|
2706
2810
|
}
|
|
2707
2811
|
},
|
|
2708
2812
|
"output": {
|
|
2709
2813
|
"tokensCount": {
|
|
2710
|
-
"value":
|
|
2814
|
+
"value": 412
|
|
2711
2815
|
},
|
|
2712
2816
|
"charactersCount": {
|
|
2713
|
-
"value":
|
|
2817
|
+
"value": 1522
|
|
2714
2818
|
},
|
|
2715
2819
|
"wordsCount": {
|
|
2716
|
-
"value":
|
|
2820
|
+
"value": 209
|
|
2717
2821
|
},
|
|
2718
2822
|
"sentencesCount": {
|
|
2719
|
-
"value":
|
|
2823
|
+
"value": 16
|
|
2720
2824
|
},
|
|
2721
2825
|
"linesCount": {
|
|
2722
|
-
"value":
|
|
2826
|
+
"value": 45
|
|
2723
2827
|
},
|
|
2724
2828
|
"paragraphsCount": {
|
|
2725
2829
|
"value": 2
|
|
2726
2830
|
},
|
|
2727
2831
|
"pagesCount": {
|
|
2728
|
-
"value":
|
|
2832
|
+
"value": 2
|
|
2729
2833
|
}
|
|
2730
2834
|
}
|
|
2731
2835
|
}
|
|
@@ -2773,7 +2877,7 @@
|
|
|
2773
2877
|
"preparations": [
|
|
2774
2878
|
{
|
|
2775
2879
|
"id": 1,
|
|
2776
|
-
"promptbookVersion": "0.92.0-
|
|
2880
|
+
"promptbookVersion": "0.92.0-4",
|
|
2777
2881
|
"usage": {
|
|
2778
2882
|
"price": {
|
|
2779
2883
|
"value": 0
|
|
@@ -2876,12 +2980,38 @@
|
|
|
2876
2980
|
{
|
|
2877
2981
|
"name": "Michal",
|
|
2878
2982
|
"description": "experienced marketing specialist and business consultant",
|
|
2879
|
-
"
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2983
|
+
"modelsRequirements": [
|
|
2984
|
+
{
|
|
2985
|
+
"modelVariant": "CHAT",
|
|
2986
|
+
"modelName": "claude-3-opus-20240229",
|
|
2987
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide expert advice on marketing strategies, business development, and market analysis. Offer data-driven insights and actionable recommendations.",
|
|
2988
|
+
"temperature": 0.7
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"modelVariant": "CHAT",
|
|
2992
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
2993
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, your role is to offer strategic advice, analyze market trends, and provide actionable insights for business growth and marketing optimization.",
|
|
2994
|
+
"temperature": 0.6
|
|
2995
|
+
},
|
|
2996
|
+
{
|
|
2997
|
+
"modelVariant": "CHAT",
|
|
2998
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
2999
|
+
"systemMessage": "You are a seasoned marketing specialist and business consultant. Leverage your expertise to provide comprehensive marketing strategies, business analysis, and data-driven recommendations to help clients achieve their goals.",
|
|
3000
|
+
"temperature": 0.7
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"modelVariant": "CHAT",
|
|
3004
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3005
|
+
"systemMessage": "As an experienced marketing specialist and business consultant, your task is to offer practical advice on marketing campaigns, business strategies, and market positioning. Provide clear, actionable insights based on industry best practices.",
|
|
3006
|
+
"temperature": 0.6
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"modelVariant": "CHAT",
|
|
3010
|
+
"modelName": "gpt-4o",
|
|
3011
|
+
"systemMessage": "You are an expert marketing specialist and business consultant. Offer strategic guidance on marketing initiatives, business operations, and market analysis. Provide data-backed recommendations and creative solutions to complex business challenges.",
|
|
3012
|
+
"temperature": 0.8
|
|
3013
|
+
}
|
|
3014
|
+
],
|
|
2885
3015
|
"preparationIds": [
|
|
2886
3016
|
1
|
|
2887
3017
|
]
|
|
@@ -2890,55 +3020,55 @@
|
|
|
2890
3020
|
"preparations": [
|
|
2891
3021
|
{
|
|
2892
3022
|
"id": 1,
|
|
2893
|
-
"promptbookVersion": "0.92.0-
|
|
3023
|
+
"promptbookVersion": "0.92.0-4",
|
|
2894
3024
|
"usage": {
|
|
2895
3025
|
"price": {
|
|
2896
|
-
"value": 0.
|
|
3026
|
+
"value": 0.016524
|
|
2897
3027
|
},
|
|
2898
3028
|
"input": {
|
|
2899
3029
|
"tokensCount": {
|
|
2900
|
-
"value":
|
|
3030
|
+
"value": 3398
|
|
2901
3031
|
},
|
|
2902
3032
|
"charactersCount": {
|
|
2903
|
-
"value":
|
|
3033
|
+
"value": 13885
|
|
2904
3034
|
},
|
|
2905
3035
|
"wordsCount": {
|
|
2906
|
-
"value":
|
|
3036
|
+
"value": 1977
|
|
2907
3037
|
},
|
|
2908
3038
|
"sentencesCount": {
|
|
2909
|
-
"value":
|
|
3039
|
+
"value": 172
|
|
2910
3040
|
},
|
|
2911
3041
|
"linesCount": {
|
|
2912
|
-
"value":
|
|
3042
|
+
"value": 247
|
|
2913
3043
|
},
|
|
2914
3044
|
"paragraphsCount": {
|
|
2915
3045
|
"value": 20
|
|
2916
3046
|
},
|
|
2917
3047
|
"pagesCount": {
|
|
2918
|
-
"value":
|
|
3048
|
+
"value": 6
|
|
2919
3049
|
}
|
|
2920
3050
|
},
|
|
2921
3051
|
"output": {
|
|
2922
3052
|
"tokensCount": {
|
|
2923
|
-
"value":
|
|
3053
|
+
"value": 422
|
|
2924
3054
|
},
|
|
2925
3055
|
"charactersCount": {
|
|
2926
|
-
"value":
|
|
3056
|
+
"value": 1787
|
|
2927
3057
|
},
|
|
2928
3058
|
"wordsCount": {
|
|
2929
|
-
"value":
|
|
3059
|
+
"value": 228
|
|
2930
3060
|
},
|
|
2931
3061
|
"sentencesCount": {
|
|
2932
|
-
"value":
|
|
3062
|
+
"value": 18
|
|
2933
3063
|
},
|
|
2934
3064
|
"linesCount": {
|
|
2935
|
-
"value":
|
|
3065
|
+
"value": 49
|
|
2936
3066
|
},
|
|
2937
3067
|
"paragraphsCount": {
|
|
2938
3068
|
"value": 2
|
|
2939
3069
|
},
|
|
2940
3070
|
"pagesCount": {
|
|
2941
|
-
"value":
|
|
3071
|
+
"value": 2
|
|
2942
3072
|
}
|
|
2943
3073
|
}
|
|
2944
3074
|
}
|
|
@@ -3006,12 +3136,44 @@
|
|
|
3006
3136
|
{
|
|
3007
3137
|
"name": "Jane",
|
|
3008
3138
|
"description": "customer service representative and skilled copywriter for eshop",
|
|
3009
|
-
"
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3139
|
+
"modelsRequirements": [
|
|
3140
|
+
{
|
|
3141
|
+
"modelVariant": "CHAT",
|
|
3142
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
3143
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e-shop. Provide friendly, helpful responses to customer inquiries and create engaging product descriptions when needed.",
|
|
3144
|
+
"temperature": 0.7
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"modelVariant": "CHAT",
|
|
3148
|
+
"modelName": "claude-3-opus-20240229",
|
|
3149
|
+
"systemMessage": "As a customer service representative and copywriter for an e-shop, your role is to assist customers with inquiries and create compelling product descriptions. Be professional, empathetic, and creative in your responses.",
|
|
3150
|
+
"temperature": 0.6
|
|
3151
|
+
},
|
|
3152
|
+
{
|
|
3153
|
+
"modelVariant": "CHAT",
|
|
3154
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3155
|
+
"systemMessage": "You are an AI assistant specializing in e-commerce customer service and copywriting. Provide excellent customer support and craft persuasive product descriptions for the e-shop.",
|
|
3156
|
+
"temperature": 0.7
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"modelVariant": "CHAT",
|
|
3160
|
+
"modelName": "gpt-4o",
|
|
3161
|
+
"systemMessage": "As an AI for an e-shop, your primary functions are customer service and copywriting. Respond to customer queries with courtesy and create engaging product descriptions that highlight key features and benefits.",
|
|
3162
|
+
"temperature": 0.6
|
|
3163
|
+
},
|
|
3164
|
+
{
|
|
3165
|
+
"modelVariant": "CHAT",
|
|
3166
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3167
|
+
"systemMessage": "You are a dedicated customer service representative and copywriter for an online store. Assist customers with their inquiries and write compelling product descriptions to drive sales.",
|
|
3168
|
+
"temperature": 0.5
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"modelVariant": "CHAT",
|
|
3172
|
+
"modelName": "gpt-3.5-turbo",
|
|
3173
|
+
"systemMessage": "As a customer service rep and copywriter for an e-shop, your job is to provide helpful support to customers and create appealing product descriptions. Be friendly, informative, and persuasive in your communication.",
|
|
3174
|
+
"temperature": 0.7
|
|
3175
|
+
}
|
|
3176
|
+
],
|
|
3015
3177
|
"preparationIds": [
|
|
3016
3178
|
1
|
|
3017
3179
|
]
|
|
@@ -3020,55 +3182,55 @@
|
|
|
3020
3182
|
"preparations": [
|
|
3021
3183
|
{
|
|
3022
3184
|
"id": 1,
|
|
3023
|
-
"promptbookVersion": "0.92.0-
|
|
3185
|
+
"promptbookVersion": "0.92.0-4",
|
|
3024
3186
|
"usage": {
|
|
3025
3187
|
"price": {
|
|
3026
|
-
"value": 0.
|
|
3188
|
+
"value": 0.017784
|
|
3027
3189
|
},
|
|
3028
3190
|
"input": {
|
|
3029
3191
|
"tokensCount": {
|
|
3030
|
-
"value":
|
|
3192
|
+
"value": 3403
|
|
3031
3193
|
},
|
|
3032
3194
|
"charactersCount": {
|
|
3033
|
-
"value":
|
|
3195
|
+
"value": 13893
|
|
3034
3196
|
},
|
|
3035
3197
|
"wordsCount": {
|
|
3036
|
-
"value":
|
|
3198
|
+
"value": 1979
|
|
3037
3199
|
},
|
|
3038
3200
|
"sentencesCount": {
|
|
3039
|
-
"value":
|
|
3201
|
+
"value": 172
|
|
3040
3202
|
},
|
|
3041
3203
|
"linesCount": {
|
|
3042
|
-
"value":
|
|
3204
|
+
"value": 248
|
|
3043
3205
|
},
|
|
3044
3206
|
"paragraphsCount": {
|
|
3045
3207
|
"value": 20
|
|
3046
3208
|
},
|
|
3047
3209
|
"pagesCount": {
|
|
3048
|
-
"value":
|
|
3210
|
+
"value": 6
|
|
3049
3211
|
}
|
|
3050
3212
|
},
|
|
3051
3213
|
"output": {
|
|
3052
3214
|
"tokensCount": {
|
|
3053
|
-
"value":
|
|
3215
|
+
"value": 505
|
|
3054
3216
|
},
|
|
3055
3217
|
"charactersCount": {
|
|
3056
|
-
"value":
|
|
3218
|
+
"value": 1928
|
|
3057
3219
|
},
|
|
3058
3220
|
"wordsCount": {
|
|
3059
|
-
"value":
|
|
3221
|
+
"value": 270
|
|
3060
3222
|
},
|
|
3061
3223
|
"sentencesCount": {
|
|
3062
|
-
"value":
|
|
3224
|
+
"value": 21
|
|
3063
3225
|
},
|
|
3064
3226
|
"linesCount": {
|
|
3065
|
-
"value":
|
|
3227
|
+
"value": 55
|
|
3066
3228
|
},
|
|
3067
3229
|
"paragraphsCount": {
|
|
3068
3230
|
"value": 2
|
|
3069
3231
|
},
|
|
3070
3232
|
"pagesCount": {
|
|
3071
|
-
"value":
|
|
3233
|
+
"value": 2
|
|
3072
3234
|
}
|
|
3073
3235
|
}
|
|
3074
3236
|
}
|
|
@@ -3316,12 +3478,38 @@
|
|
|
3316
3478
|
{
|
|
3317
3479
|
"name": "Jane",
|
|
3318
3480
|
"description": "linguist and Esperantist",
|
|
3319
|
-
"
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3481
|
+
"modelsRequirements": [
|
|
3482
|
+
{
|
|
3483
|
+
"modelVariant": "CHAT",
|
|
3484
|
+
"modelName": "claude-3-opus-20240229",
|
|
3485
|
+
"systemMessage": "You are a highly knowledgeable linguist and Esperantist. Provide expert insights on language structure, etymology, and the Esperanto language. Communicate clearly and precisely, using linguistic terminology when appropriate.",
|
|
3486
|
+
"temperature": 0.3
|
|
3487
|
+
},
|
|
3488
|
+
{
|
|
3489
|
+
"modelVariant": "CHAT",
|
|
3490
|
+
"modelName": "gpt-4-turbo-2024-04-09",
|
|
3491
|
+
"systemMessage": "As a linguist and Esperantist, your role is to offer in-depth analysis on languages, particularly Esperanto. Share your expertise on grammar, phonology, and language history. Be prepared to discuss linguistic theories and Esperanto's role in the constructed language movement.",
|
|
3492
|
+
"temperature": 0.4
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"modelVariant": "CHAT",
|
|
3496
|
+
"modelName": "gemini-2.5-pro-preview-03-25",
|
|
3497
|
+
"systemMessage": "You are an expert linguist with a specialization in Esperanto. Provide detailed explanations on linguistic concepts, language families, and the structure and usage of Esperanto. Engage in scholarly discussions about language acquisition, comparative linguistics, and the philosophy behind constructed languages.",
|
|
3498
|
+
"temperature": 0.3
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"modelVariant": "CHAT",
|
|
3502
|
+
"modelName": "claude-3-sonnet-20240229",
|
|
3503
|
+
"systemMessage": "As a linguist and Esperantist assistant, your task is to help users understand various aspects of linguistics and the Esperanto language. Offer clear explanations, examples, and insights into language structures, etymology, and the principles of Esperanto. Be ready to answer questions about grammar, vocabulary, and language learning techniques.",
|
|
3504
|
+
"temperature": 0.5
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"modelVariant": "CHAT",
|
|
3508
|
+
"modelName": "gpt-4",
|
|
3509
|
+
"systemMessage": "You are a virtual assistant specializing in linguistics and Esperanto. Provide accurate information on language structures, linguistic theories, and the history and usage of Esperanto. Offer helpful explanations and examples to illustrate complex linguistic concepts. Be prepared to discuss language learning strategies and the benefits of studying constructed languages like Esperanto.",
|
|
3510
|
+
"temperature": 0.6
|
|
3511
|
+
}
|
|
3512
|
+
],
|
|
3325
3513
|
"preparationIds": [
|
|
3326
3514
|
1
|
|
3327
3515
|
]
|
|
@@ -3330,55 +3518,55 @@
|
|
|
3330
3518
|
"preparations": [
|
|
3331
3519
|
{
|
|
3332
3520
|
"id": 1,
|
|
3333
|
-
"promptbookVersion": "0.92.0-
|
|
3521
|
+
"promptbookVersion": "0.92.0-4",
|
|
3334
3522
|
"usage": {
|
|
3335
3523
|
"price": {
|
|
3336
|
-
"value": 0.
|
|
3524
|
+
"value": 0.018192
|
|
3337
3525
|
},
|
|
3338
3526
|
"input": {
|
|
3339
3527
|
"tokensCount": {
|
|
3340
|
-
"value":
|
|
3528
|
+
"value": 3399
|
|
3341
3529
|
},
|
|
3342
3530
|
"charactersCount": {
|
|
3343
|
-
"value":
|
|
3531
|
+
"value": 13853
|
|
3344
3532
|
},
|
|
3345
3533
|
"wordsCount": {
|
|
3346
|
-
"value":
|
|
3534
|
+
"value": 1974
|
|
3347
3535
|
},
|
|
3348
3536
|
"sentencesCount": {
|
|
3349
|
-
"value":
|
|
3537
|
+
"value": 172
|
|
3350
3538
|
},
|
|
3351
3539
|
"linesCount": {
|
|
3352
|
-
"value":
|
|
3540
|
+
"value": 247
|
|
3353
3541
|
},
|
|
3354
3542
|
"paragraphsCount": {
|
|
3355
3543
|
"value": 20
|
|
3356
3544
|
},
|
|
3357
3545
|
"pagesCount": {
|
|
3358
|
-
"value":
|
|
3546
|
+
"value": 6
|
|
3359
3547
|
}
|
|
3360
3548
|
},
|
|
3361
3549
|
"output": {
|
|
3362
3550
|
"tokensCount": {
|
|
3363
|
-
"value":
|
|
3551
|
+
"value": 533
|
|
3364
3552
|
},
|
|
3365
3553
|
"charactersCount": {
|
|
3366
|
-
"value":
|
|
3554
|
+
"value": 2160
|
|
3367
3555
|
},
|
|
3368
3556
|
"wordsCount": {
|
|
3369
|
-
"value":
|
|
3557
|
+
"value": 286
|
|
3370
3558
|
},
|
|
3371
3559
|
"sentencesCount": {
|
|
3372
|
-
"value":
|
|
3560
|
+
"value": 23
|
|
3373
3561
|
},
|
|
3374
3562
|
"linesCount": {
|
|
3375
|
-
"value":
|
|
3563
|
+
"value": 54
|
|
3376
3564
|
},
|
|
3377
3565
|
"paragraphsCount": {
|
|
3378
3566
|
"value": 2
|
|
3379
3567
|
},
|
|
3380
3568
|
"pagesCount": {
|
|
3381
|
-
"value":
|
|
3569
|
+
"value": 2
|
|
3382
3570
|
}
|
|
3383
3571
|
}
|
|
3384
3572
|
}
|