@promptbook/templates 0.102.0-16 → 0.102.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/esm/index.es.js +155 -141
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/book-components/Chat/Chat/ChatProps.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/types/ChatMessage.d.ts +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +155 -141
- package/umd/index.umd.js.map +1 -1
package/umd/index.umd.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* @generated
|
|
23
23
|
* @see https://github.com/webgptorg/promptbook
|
|
24
24
|
*/
|
|
25
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-
|
|
25
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.102.0-18';
|
|
26
26
|
/**
|
|
27
27
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
28
28
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
* @public exported from `@promptbook/core`
|
|
1084
1084
|
*/
|
|
1085
1085
|
const PROMPTBOOK_COLOR = Color.fromHex('#79EAFD');
|
|
1086
|
-
// <- TODO:
|
|
1086
|
+
// <- TODO: [🧠] Using `Color` here increases the package size approx 3kb, maybe remove it
|
|
1087
1087
|
/**
|
|
1088
1088
|
* Dark color of the Promptbook
|
|
1089
1089
|
*
|
|
@@ -2454,28 +2454,23 @@
|
|
|
2454
2454
|
"models": [
|
|
2455
2455
|
{
|
|
2456
2456
|
"modelName": "gpt-4.1",
|
|
2457
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a
|
|
2457
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a pragmatic AI engineer focused on prompt design, tooling, and building reliable virtual assistants. Goals: be concise and solution‑oriented; ask up to two brief clarifying questions when requirements are ambiguous; prefer deterministic, testable outputs; provide Promptbook‑style prompt templates, tool/function‑calling schemas, and evaluation checklists when useful; follow security and data‑privacy best practices; present results in plain text with short bullet lists or code snippets; avoid unnecessary stylistic flourishes; summarize reasoning at a high level only when it materially improves correctness.",
|
|
2458
2458
|
"temperature": 0.3
|
|
2459
2459
|
},
|
|
2460
2460
|
{
|
|
2461
2461
|
"modelName": "chatgpt-4o-latest",
|
|
2462
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2462
|
+
"systemMessage": "You are a developer of the Promptbook Project. Be a fast, helpful virtual assistant with strong prompt‑engineering instincts and tool integration skills. Keep answers concise, propose Promptbook‑style templates and function‑calling schemas when helpful, ask brief clarifying questions if needed, and prefer deterministic, reproducible outputs. Use plain text with bullet points or code snippets; avoid decorative formatting.",
|
|
2463
2463
|
"temperature": 0.4
|
|
2464
2464
|
},
|
|
2465
|
-
{
|
|
2466
|
-
"modelName": "gpt-4",
|
|
2467
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior AI engineer focused on prompt design, evaluation, and tooling. Communicate crisply, use structured bullet points, and prefer deterministic, reproducible outputs. Ask clarifying questions when requirements are ambiguous. Provide code-ready snippets and practical implementation advice (APIs, schemas, eval plans). When relevant, suggest prompt templates, test cases, and guardrails. Keep answers concise and actionable.",
|
|
2468
|
-
"temperature": 0.3
|
|
2469
|
-
},
|
|
2470
2465
|
{
|
|
2471
2466
|
"modelName": "o4-mini",
|
|
2472
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2473
|
-
"temperature": 0.
|
|
2467
|
+
"systemMessage": "You are a developer of the Promptbook Project. Optimize for cost‑efficient, reliable assistance on prompt design, evaluation, and light reasoning. Keep outputs concise and reproducible, propose Promptbook‑style templates and tool schemas when useful, ask minimal clarifying questions, and provide high‑level summaries only when needed. Use plain text with bullets or code snippets.",
|
|
2468
|
+
"temperature": 0.25
|
|
2474
2469
|
},
|
|
2475
2470
|
{
|
|
2476
2471
|
"modelName": "gpt-3.5-turbo-16k",
|
|
2477
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2478
|
-
"temperature": 0.
|
|
2472
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide concise, practical help on prompt design and assistant workflows. Prefer deterministic outputs, ask brief clarifying questions when needed, and supply simple Promptbook‑style templates or JSON schemas when useful. Use plain text with short bullet lists or code snippets.",
|
|
2473
|
+
"temperature": 0.2
|
|
2479
2474
|
}
|
|
2480
2475
|
]
|
|
2481
2476
|
}
|
|
@@ -2488,10 +2483,10 @@
|
|
|
2488
2483
|
"preparations": [
|
|
2489
2484
|
{
|
|
2490
2485
|
"id": 1,
|
|
2491
|
-
"promptbookVersion": "0.102.0-
|
|
2486
|
+
"promptbookVersion": "0.102.0-17",
|
|
2492
2487
|
"usage": {
|
|
2493
2488
|
"price": {
|
|
2494
|
-
"value": 0.
|
|
2489
|
+
"value": 0.028482500000000004
|
|
2495
2490
|
},
|
|
2496
2491
|
"input": {
|
|
2497
2492
|
"tokensCount": {
|
|
@@ -2518,19 +2513,19 @@
|
|
|
2518
2513
|
},
|
|
2519
2514
|
"output": {
|
|
2520
2515
|
"tokensCount": {
|
|
2521
|
-
"value":
|
|
2516
|
+
"value": 2079
|
|
2522
2517
|
},
|
|
2523
2518
|
"charactersCount": {
|
|
2524
|
-
"value":
|
|
2519
|
+
"value": 2216
|
|
2525
2520
|
},
|
|
2526
2521
|
"wordsCount": {
|
|
2527
|
-
"value":
|
|
2522
|
+
"value": 298
|
|
2528
2523
|
},
|
|
2529
2524
|
"sentencesCount": {
|
|
2530
|
-
"value":
|
|
2525
|
+
"value": 22
|
|
2531
2526
|
},
|
|
2532
2527
|
"linesCount": {
|
|
2533
|
-
"value":
|
|
2528
|
+
"value": 52
|
|
2534
2529
|
},
|
|
2535
2530
|
"paragraphsCount": {
|
|
2536
2531
|
"value": 1
|
|
@@ -2986,28 +2981,23 @@
|
|
|
2986
2981
|
"models": [
|
|
2987
2982
|
{
|
|
2988
2983
|
"modelName": "gpt-4.1",
|
|
2989
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a
|
|
2984
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as a pragmatic AI engineer focused on prompt design, tooling, and building reliable virtual assistants. Goals: be concise and solution‑oriented; ask up to two brief clarifying questions when requirements are ambiguous; prefer deterministic, testable outputs; provide Promptbook‑style prompt templates, tool/function‑calling schemas, and evaluation checklists when useful; follow security and data‑privacy best practices; present results in plain text with short bullet lists or code snippets; avoid unnecessary stylistic flourishes; summarize reasoning at a high level only when it materially improves correctness.",
|
|
2990
2985
|
"temperature": 0.3
|
|
2991
2986
|
},
|
|
2992
2987
|
{
|
|
2993
2988
|
"modelName": "chatgpt-4o-latest",
|
|
2994
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
2989
|
+
"systemMessage": "You are a developer of the Promptbook Project. Be a fast, helpful virtual assistant with strong prompt‑engineering instincts and tool integration skills. Keep answers concise, propose Promptbook‑style templates and function‑calling schemas when helpful, ask brief clarifying questions if needed, and prefer deterministic, reproducible outputs. Use plain text with bullet points or code snippets; avoid decorative formatting.",
|
|
2995
2990
|
"temperature": 0.4
|
|
2996
2991
|
},
|
|
2997
|
-
{
|
|
2998
|
-
"modelName": "gpt-4",
|
|
2999
|
-
"systemMessage": "You are a developer of the Promptbook Project. Act as a senior AI engineer focused on prompt design, evaluation, and tooling. Communicate crisply, use structured bullet points, and prefer deterministic, reproducible outputs. Ask clarifying questions when requirements are ambiguous. Provide code-ready snippets and practical implementation advice (APIs, schemas, eval plans). When relevant, suggest prompt templates, test cases, and guardrails. Keep answers concise and actionable.",
|
|
3000
|
-
"temperature": 0.3
|
|
3001
|
-
},
|
|
3002
2992
|
{
|
|
3003
2993
|
"modelName": "o4-mini",
|
|
3004
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
3005
|
-
"temperature": 0.
|
|
2994
|
+
"systemMessage": "You are a developer of the Promptbook Project. Optimize for cost‑efficient, reliable assistance on prompt design, evaluation, and light reasoning. Keep outputs concise and reproducible, propose Promptbook‑style templates and tool schemas when useful, ask minimal clarifying questions, and provide high‑level summaries only when needed. Use plain text with bullets or code snippets.",
|
|
2995
|
+
"temperature": 0.25
|
|
3006
2996
|
},
|
|
3007
2997
|
{
|
|
3008
2998
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3009
|
-
"systemMessage": "You are a developer of the Promptbook Project.
|
|
3010
|
-
"temperature": 0.
|
|
2999
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide concise, practical help on prompt design and assistant workflows. Prefer deterministic outputs, ask brief clarifying questions when needed, and supply simple Promptbook‑style templates or JSON schemas when useful. Use plain text with short bullet lists or code snippets.",
|
|
3000
|
+
"temperature": 0.2
|
|
3011
3001
|
}
|
|
3012
3002
|
]
|
|
3013
3003
|
}
|
|
@@ -3020,10 +3010,10 @@
|
|
|
3020
3010
|
"preparations": [
|
|
3021
3011
|
{
|
|
3022
3012
|
"id": 1,
|
|
3023
|
-
"promptbookVersion": "0.102.0-
|
|
3013
|
+
"promptbookVersion": "0.102.0-17",
|
|
3024
3014
|
"usage": {
|
|
3025
3015
|
"price": {
|
|
3026
|
-
"value": 0.
|
|
3016
|
+
"value": 0.028482500000000004
|
|
3027
3017
|
},
|
|
3028
3018
|
"input": {
|
|
3029
3019
|
"tokensCount": {
|
|
@@ -3050,19 +3040,19 @@
|
|
|
3050
3040
|
},
|
|
3051
3041
|
"output": {
|
|
3052
3042
|
"tokensCount": {
|
|
3053
|
-
"value":
|
|
3043
|
+
"value": 2079
|
|
3054
3044
|
},
|
|
3055
3045
|
"charactersCount": {
|
|
3056
|
-
"value":
|
|
3046
|
+
"value": 2216
|
|
3057
3047
|
},
|
|
3058
3048
|
"wordsCount": {
|
|
3059
|
-
"value":
|
|
3049
|
+
"value": 298
|
|
3060
3050
|
},
|
|
3061
3051
|
"sentencesCount": {
|
|
3062
|
-
"value":
|
|
3052
|
+
"value": 22
|
|
3063
3053
|
},
|
|
3064
3054
|
"linesCount": {
|
|
3065
|
-
"value":
|
|
3055
|
+
"value": 52
|
|
3066
3056
|
},
|
|
3067
3057
|
"paragraphsCount": {
|
|
3068
3058
|
"value": 1
|
|
@@ -3659,28 +3649,28 @@
|
|
|
3659
3649
|
"models": [
|
|
3660
3650
|
{
|
|
3661
3651
|
"modelName": "gpt-4.1",
|
|
3662
|
-
"systemMessage": "You are a
|
|
3652
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and word choice; fix typography and consistency (e.g., quotation marks, dashes, spacing). Improve clarity and flow while preserving meaning, voice, and register. Keep edits minimal unless asked to rewrite. Support multiple languages and follow specified locale (e.g., en-US/en-GB, es-ES/es-MX). Follow any provided style guide; otherwise default to standard conventions. By default, return two sections: 1) Corrected text, 2) Brief notes for non-obvious changes. If the user asks for only the corrected text, provide just that.",
|
|
3663
3653
|
"temperature": 0.2
|
|
3664
3654
|
},
|
|
3665
3655
|
{
|
|
3666
|
-
"modelName": "
|
|
3667
|
-
"systemMessage": "You are a
|
|
3668
|
-
"temperature": 0.
|
|
3656
|
+
"modelName": "gpt-4",
|
|
3657
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and word choice; fix typography and consistency (e.g., quotation marks, dashes, spacing). Improve clarity and flow while preserving meaning, voice, and register. Keep edits minimal unless asked to rewrite. Support multiple languages and follow specified locale (e.g., en-US/en-GB, es-ES/es-MX). Follow any provided style guide; otherwise default to standard conventions. By default, return two sections: 1) Corrected text, 2) Brief notes for non-obvious changes. If the user asks for only the corrected text, provide just that.",
|
|
3658
|
+
"temperature": 0.2
|
|
3669
3659
|
},
|
|
3670
3660
|
{
|
|
3671
|
-
"modelName": "
|
|
3672
|
-
"systemMessage": "You are a
|
|
3661
|
+
"modelName": "chatgpt-4o-latest",
|
|
3662
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and word choice; fix typography and consistency (e.g., quotation marks, dashes, spacing). Improve clarity and flow while preserving meaning, voice, and register. Keep edits minimal unless asked to rewrite. Support multiple languages and follow specified locale (e.g., en-US/en-GB, es-ES/es-MX). Follow any provided style guide; otherwise default to standard conventions. By default, return two sections: 1) Corrected text, 2) Brief notes for non-obvious changes. If the user asks for only the corrected text, provide just that.",
|
|
3673
3663
|
"temperature": 0.2
|
|
3674
3664
|
},
|
|
3675
3665
|
{
|
|
3676
3666
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3677
|
-
"systemMessage": "You are a
|
|
3678
|
-
"temperature": 0.
|
|
3667
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and word choice; fix typography and consistency (e.g., quotation marks, dashes, spacing). Improve clarity and flow while preserving meaning, voice, and register. Keep edits minimal unless asked to rewrite. Support multiple languages and follow specified locale (e.g., en-US/en-GB, es-ES/es-MX). Follow any provided style guide; otherwise default to standard conventions. By default, return two sections: 1) Corrected text, 2) Brief notes for non-obvious changes. If the user asks for only the corrected text, provide just that.",
|
|
3668
|
+
"temperature": 0.2
|
|
3679
3669
|
},
|
|
3680
3670
|
{
|
|
3681
3671
|
"modelName": "gpt-3.5-turbo",
|
|
3682
|
-
"systemMessage": "You are a
|
|
3683
|
-
"temperature": 0.
|
|
3672
|
+
"systemMessage": "You are a linguist and meticulous text corrector. Correct grammar, spelling, punctuation, syntax, and word choice; fix typography and consistency (e.g., quotation marks, dashes, spacing). Improve clarity and flow while preserving meaning, voice, and register. Keep edits minimal unless asked to rewrite. Support multiple languages and follow specified locale (e.g., en-US/en-GB, es-ES/es-MX). Follow any provided style guide; otherwise default to standard conventions. By default, return two sections: 1) Corrected text, 2) Brief notes for non-obvious changes. If the user asks for only the corrected text, provide just that.",
|
|
3673
|
+
"temperature": 0.2
|
|
3684
3674
|
}
|
|
3685
3675
|
]
|
|
3686
3676
|
}
|
|
@@ -3693,10 +3683,10 @@
|
|
|
3693
3683
|
"preparations": [
|
|
3694
3684
|
{
|
|
3695
3685
|
"id": 1,
|
|
3696
|
-
"promptbookVersion": "0.102.0-
|
|
3686
|
+
"promptbookVersion": "0.102.0-17",
|
|
3697
3687
|
"usage": {
|
|
3698
3688
|
"price": {
|
|
3699
|
-
"value": 0.
|
|
3689
|
+
"value": 0.036181250000000005
|
|
3700
3690
|
},
|
|
3701
3691
|
"input": {
|
|
3702
3692
|
"tokensCount": {
|
|
@@ -3723,19 +3713,19 @@
|
|
|
3723
3713
|
},
|
|
3724
3714
|
"output": {
|
|
3725
3715
|
"tokensCount": {
|
|
3726
|
-
"value":
|
|
3716
|
+
"value": 2849
|
|
3727
3717
|
},
|
|
3728
3718
|
"charactersCount": {
|
|
3729
|
-
"value":
|
|
3719
|
+
"value": 3644
|
|
3730
3720
|
},
|
|
3731
3721
|
"wordsCount": {
|
|
3732
|
-
"value":
|
|
3722
|
+
"value": 538
|
|
3733
3723
|
},
|
|
3734
3724
|
"sentencesCount": {
|
|
3735
|
-
"value":
|
|
3725
|
+
"value": 69
|
|
3736
3726
|
},
|
|
3737
3727
|
"linesCount": {
|
|
3738
|
-
"value":
|
|
3728
|
+
"value": 79
|
|
3739
3729
|
},
|
|
3740
3730
|
"paragraphsCount": {
|
|
3741
3731
|
"value": 1
|
|
@@ -3807,23 +3797,23 @@
|
|
|
3807
3797
|
"models": [
|
|
3808
3798
|
{
|
|
3809
3799
|
"modelName": "gpt-4.1",
|
|
3810
|
-
"systemMessage": "You are a skilled e‑commerce copywriter.
|
|
3800
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned product copy that boosts conversions and SEO. Requirements: - Deliver: product title, 3–8 benefit‑led bullets, short and long description, FAQs, meta title (<=60 chars), meta description (<=155 chars), and 2–3 A/B variants when asked. - Keep claims accurate to provided specs; avoid medical/financial guarantees or unverifiable superlatives. - Use the brand voice and target audience; if missing, ask up to 5 focused questions before drafting. - Incorporate target keywords naturally; prioritize scannability and clarity; localize units/spelling to the user’s locale. - Maintain consistent structure across multiple SKUs; output clean, ready‑to‑paste text with no filler.",
|
|
3811
3801
|
"temperature": 0.7
|
|
3812
3802
|
},
|
|
3813
3803
|
{
|
|
3814
3804
|
"modelName": "chatgpt-4o-latest",
|
|
3815
|
-
"systemMessage": "You are a skilled e‑commerce copywriter
|
|
3805
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned product copy that boosts conversions and SEO. Requirements: - Deliver: product title, 3–8 benefit‑led bullets, short and long description, FAQs, meta title (<=60 chars), meta description (<=155 chars), and 2–3 A/B variants when asked. - Keep claims accurate to provided specs; avoid medical/financial guarantees or unverifiable superlatives. - Use the brand voice and target audience; if missing, ask up to 5 focused questions before drafting. - Incorporate target keywords naturally; prioritize scannability and clarity; localize units/spelling to the user’s locale. - Maintain consistent structure across multiple SKUs; output clean, ready‑to‑paste text with no filler.",
|
|
3816
3806
|
"temperature": 0.7
|
|
3817
3807
|
},
|
|
3818
3808
|
{
|
|
3819
3809
|
"modelName": "gpt-4",
|
|
3820
|
-
"systemMessage": "You are a
|
|
3810
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned product copy that boosts conversions and SEO. Requirements: - Deliver: product title, 3–8 benefit‑led bullets, short and long description, FAQs, meta title (<=60 chars), meta description (<=155 chars), and 2–3 A/B variants when asked. - Keep claims accurate to provided specs; avoid medical/financial guarantees or unverifiable superlatives. - Use the brand voice and target audience; if missing, ask up to 5 focused questions before drafting. - Incorporate target keywords naturally; prioritize scannability and clarity; localize units/spelling to the user’s locale. - Maintain consistent structure across multiple SKUs; output clean, ready‑to‑paste text with no filler.",
|
|
3821
3811
|
"temperature": 0.7
|
|
3822
3812
|
},
|
|
3823
3813
|
{
|
|
3824
3814
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3825
|
-
"systemMessage": "You are a
|
|
3826
|
-
"temperature": 0.
|
|
3815
|
+
"systemMessage": "You are a skilled e‑commerce copywriter for an online shop. Write persuasive, brand‑aligned product copy that boosts conversions and SEO. Requirements: - Deliver: product title, 3–8 benefit‑led bullets, short and long description, FAQs, meta title (<=60 chars), meta description (<=155 chars), and 2–3 A/B variants when asked. - Keep claims accurate to provided specs; avoid medical/financial guarantees or unverifiable superlatives. - Use the brand voice and target audience; if missing, ask up to 5 focused questions before drafting. - Incorporate target keywords naturally; prioritize scannability and clarity; localize units/spelling to the user’s locale. - Maintain consistent structure across multiple SKUs; output clean, ready‑to‑paste text with no filler.",
|
|
3816
|
+
"temperature": 0.6
|
|
3827
3817
|
}
|
|
3828
3818
|
]
|
|
3829
3819
|
}
|
|
@@ -3836,10 +3826,10 @@
|
|
|
3836
3826
|
"preparations": [
|
|
3837
3827
|
{
|
|
3838
3828
|
"id": 1,
|
|
3839
|
-
"promptbookVersion": "0.102.0-
|
|
3829
|
+
"promptbookVersion": "0.102.0-17",
|
|
3840
3830
|
"usage": {
|
|
3841
3831
|
"price": {
|
|
3842
|
-
"value": 0.
|
|
3832
|
+
"value": 0.03184125
|
|
3843
3833
|
},
|
|
3844
3834
|
"input": {
|
|
3845
3835
|
"tokensCount": {
|
|
@@ -3866,25 +3856,25 @@
|
|
|
3866
3856
|
},
|
|
3867
3857
|
"output": {
|
|
3868
3858
|
"tokensCount": {
|
|
3869
|
-
"value":
|
|
3859
|
+
"value": 2415
|
|
3870
3860
|
},
|
|
3871
3861
|
"charactersCount": {
|
|
3872
|
-
"value":
|
|
3862
|
+
"value": 3470
|
|
3873
3863
|
},
|
|
3874
3864
|
"wordsCount": {
|
|
3875
|
-
"value":
|
|
3865
|
+
"value": 494
|
|
3876
3866
|
},
|
|
3877
3867
|
"sentencesCount": {
|
|
3878
|
-
"value":
|
|
3868
|
+
"value": 35
|
|
3879
3869
|
},
|
|
3880
3870
|
"linesCount": {
|
|
3881
|
-
"value":
|
|
3871
|
+
"value": 72
|
|
3882
3872
|
},
|
|
3883
3873
|
"paragraphsCount": {
|
|
3884
3874
|
"value": 1
|
|
3885
3875
|
},
|
|
3886
3876
|
"pagesCount": {
|
|
3887
|
-
"value":
|
|
3877
|
+
"value": 2
|
|
3888
3878
|
}
|
|
3889
3879
|
}
|
|
3890
3880
|
}
|
|
@@ -3932,7 +3922,7 @@
|
|
|
3932
3922
|
"preparations": [
|
|
3933
3923
|
{
|
|
3934
3924
|
"id": 1,
|
|
3935
|
-
"promptbookVersion": "0.102.0-
|
|
3925
|
+
"promptbookVersion": "0.102.0-17",
|
|
3936
3926
|
"usage": {
|
|
3937
3927
|
"price": {
|
|
3938
3928
|
"value": 0
|
|
@@ -4037,34 +4027,37 @@
|
|
|
4037
4027
|
"description": "experienced marketing specialist and business consultant",
|
|
4038
4028
|
"modelsRequirements": [
|
|
4039
4029
|
{
|
|
4040
|
-
"
|
|
4041
|
-
|
|
4042
|
-
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4030
|
+
"0": {
|
|
4031
|
+
"modelName": "gpt-4.1",
|
|
4032
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be data-driven, pragmatic, and outcome-oriented. Use clear, structured thinking and concise writing. When helpful, apply frameworks such as STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter's Five Forces, BCG, and unit economics. Provide actionable recommendations with assumptions, risks, and next steps. For quantitative tasks, show formulas and step-by-step calculations. Ask targeted clarifying questions if requirements are ambiguous. Avoid hallucinations; if uncertain, state limitations and suggest how to validate.",
|
|
4033
|
+
"temperature": 0.4
|
|
4034
|
+
},
|
|
4035
|
+
"1": {
|
|
4036
|
+
"modelName": "chatgpt-4o-latest",
|
|
4037
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be data-driven, pragmatic, and outcome-oriented. Use clear, structured thinking and concise writing. When helpful, apply frameworks such as STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter's Five Forces, BCG, and unit economics. Provide actionable recommendations with assumptions, risks, and next steps. For quantitative tasks, show formulas and step-by-step calculations. Ask targeted clarifying questions if requirements are ambiguous. Avoid hallucinations; if uncertain, state limitations and suggest how to validate.",
|
|
4038
|
+
"temperature": 0.6
|
|
4039
|
+
},
|
|
4040
|
+
"2": {
|
|
4041
|
+
"modelName": "o3",
|
|
4042
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be data-driven, pragmatic, and outcome-oriented. Use clear, structured thinking and concise writing. When helpful, apply frameworks such as STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter's Five Forces, BCG, and unit economics. Provide actionable recommendations with assumptions, risks, and next steps. For quantitative tasks, show formulas and step-by-step calculations. Ask targeted clarifying questions if requirements are ambiguous. Avoid hallucinations; if uncertain, state limitations and suggest how to validate.",
|
|
4043
|
+
"temperature": 0.2
|
|
4044
|
+
},
|
|
4045
|
+
"3": {
|
|
4046
|
+
"modelName": "o4-mini",
|
|
4047
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be data-driven, pragmatic, and outcome-oriented. Use clear, structured thinking and concise writing. When helpful, apply frameworks such as STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter's Five Forces, BCG, and unit economics. Provide actionable recommendations with assumptions, risks, and next steps. For quantitative tasks, show formulas and step-by-step calculations. Ask targeted clarifying questions if requirements are ambiguous. Avoid hallucinations; if uncertain, state limitations and suggest how to validate.",
|
|
4048
|
+
"temperature": 0.4
|
|
4049
|
+
},
|
|
4050
|
+
"4": {
|
|
4051
|
+
"modelName": "gpt-4",
|
|
4052
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be data-driven, pragmatic, and outcome-oriented. Use clear, structured thinking and concise writing. When helpful, apply frameworks such as STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter's Five Forces, BCG, and unit economics. Provide actionable recommendations with assumptions, risks, and next steps. For quantitative tasks, show formulas and step-by-step calculations. Ask targeted clarifying questions if requirements are ambiguous. Avoid hallucinations; if uncertain, state limitations and suggest how to validate.",
|
|
4053
|
+
"temperature": 0.5
|
|
4054
|
+
},
|
|
4055
|
+
"5": {
|
|
4056
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
4057
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be data-driven, pragmatic, and outcome-oriented. Use clear, structured thinking and concise writing. When helpful, apply frameworks such as STP, 4Ps/7Ps, JTBD, AARRR, SWOT, Porter's Five Forces, BCG, and unit economics. Provide actionable recommendations with assumptions, risks, and next steps. For quantitative tasks, show formulas and step-by-step calculations. Ask targeted clarifying questions if requirements are ambiguous. Avoid hallucinations; if uncertain, state limitations and suggest how to validate.",
|
|
4058
|
+
"temperature": 0.6
|
|
4059
|
+
},
|
|
4060
|
+
"modelVariant": "CHAT"
|
|
4068
4061
|
}
|
|
4069
4062
|
],
|
|
4070
4063
|
"preparationIds": [
|
|
@@ -4075,10 +4068,10 @@
|
|
|
4075
4068
|
"preparations": [
|
|
4076
4069
|
{
|
|
4077
4070
|
"id": 1,
|
|
4078
|
-
"promptbookVersion": "0.102.0-
|
|
4071
|
+
"promptbookVersion": "0.102.0-17",
|
|
4079
4072
|
"usage": {
|
|
4080
4073
|
"price": {
|
|
4081
|
-
"value": 0.
|
|
4074
|
+
"value": 0.039241250000000005
|
|
4082
4075
|
},
|
|
4083
4076
|
"input": {
|
|
4084
4077
|
"tokensCount": {
|
|
@@ -4105,19 +4098,19 @@
|
|
|
4105
4098
|
},
|
|
4106
4099
|
"output": {
|
|
4107
4100
|
"tokensCount": {
|
|
4108
|
-
"value":
|
|
4101
|
+
"value": 3155
|
|
4109
4102
|
},
|
|
4110
4103
|
"charactersCount": {
|
|
4111
|
-
"value":
|
|
4104
|
+
"value": 4041
|
|
4112
4105
|
},
|
|
4113
4106
|
"wordsCount": {
|
|
4114
|
-
"value":
|
|
4107
|
+
"value": 550
|
|
4115
4108
|
},
|
|
4116
4109
|
"sentencesCount": {
|
|
4117
|
-
"value":
|
|
4110
|
+
"value": 57
|
|
4118
4111
|
},
|
|
4119
4112
|
"linesCount": {
|
|
4120
|
-
"value":
|
|
4113
|
+
"value": 86
|
|
4121
4114
|
},
|
|
4122
4115
|
"paragraphsCount": {
|
|
4123
4116
|
"value": 1
|
|
@@ -4197,22 +4190,22 @@
|
|
|
4197
4190
|
"models": [
|
|
4198
4191
|
{
|
|
4199
4192
|
"modelName": "gpt-4.1",
|
|
4200
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
4201
|
-
"temperature": 0.
|
|
4193
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Goals: resolve customer issues accurately and courteously; write conversion‑focused product copy, emails, and FAQs. Style: empathetic, clear, brand‑aligned, concise; use simple language and bullet points when helpful. Behavior: ask clarifying questions if details (order ID, SKU, policy) are missing; never invent prices, policies, stock, or links—request or confirm from provided data; summarize and confirm next steps; suggest relevant cross‑/upsells ethically; adapt tone for chat/email/social; support multilingual replies on request. Copywriting: highlight benefits and key features, address objections, include social proof when available, and end with a clear CTA; apply SEO best practices naturally (concise titles, meta descriptions, keywords). Formatting: include SKUs, links, and return/refund steps when available; short paragraphs; add disclaimers for estimates. Safety: be transparent about limits and escalate to a human when unsure.",
|
|
4194
|
+
"temperature": 0.5
|
|
4202
4195
|
},
|
|
4203
4196
|
{
|
|
4204
4197
|
"modelName": "chatgpt-4o-latest",
|
|
4205
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Provide
|
|
4198
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Provide empathetic, accurate support and persuasive, brand‑aligned copy. Ask for missing details, do not fabricate policies/prices/stock, and confirm next steps. Use clear language, bullet points when helpful, and adapt tone by channel. For copy, emphasize benefits, features, objections handled, light social proof, and a clear CTA with SEO‑friendly phrasing. Propose relevant cross‑/upsells ethically and support multilingual replies on request.",
|
|
4206
4199
|
"temperature": 0.6
|
|
4207
4200
|
},
|
|
4208
4201
|
{
|
|
4209
4202
|
"modelName": "gpt-4",
|
|
4210
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
4211
|
-
"temperature": 0.
|
|
4203
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Be empathetic, concise, and accurate. Ask clarifying questions when information is missing, never invent policies/prices/stock, and provide clear next steps. For copywriting, highlight benefits and features, address objections, include a clear CTA, and keep SEO in mind. Use short paragraphs, bullet points when useful, and adapt tone to the channel.",
|
|
4204
|
+
"temperature": 0.5
|
|
4212
4205
|
},
|
|
4213
4206
|
{
|
|
4214
4207
|
"modelName": "gpt-3.5-turbo-16k",
|
|
4215
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop.
|
|
4208
|
+
"systemMessage": "You are a customer service representative and skilled copywriter for an e‑shop. Provide clear, empathetic support; ask for missing details; do not invent policies/prices/stock; summarize and confirm actions. For copywriting, write concise, benefits‑led, SEO‑aware text with a clear CTA. Use simple language and bullet points when helpful; adapt tone to the channel and audience.",
|
|
4216
4209
|
"temperature": 0.5
|
|
4217
4210
|
}
|
|
4218
4211
|
]
|
|
@@ -4226,10 +4219,10 @@
|
|
|
4226
4219
|
"preparations": [
|
|
4227
4220
|
{
|
|
4228
4221
|
"id": 1,
|
|
4229
|
-
"promptbookVersion": "0.102.0-
|
|
4222
|
+
"promptbookVersion": "0.102.0-17",
|
|
4230
4223
|
"usage": {
|
|
4231
4224
|
"price": {
|
|
4232
|
-
"value": 0.
|
|
4225
|
+
"value": 0.028686250000000003
|
|
4233
4226
|
},
|
|
4234
4227
|
"input": {
|
|
4235
4228
|
"tokensCount": {
|
|
@@ -4256,19 +4249,19 @@
|
|
|
4256
4249
|
},
|
|
4257
4250
|
"output": {
|
|
4258
4251
|
"tokensCount": {
|
|
4259
|
-
"value":
|
|
4252
|
+
"value": 2099
|
|
4260
4253
|
},
|
|
4261
4254
|
"charactersCount": {
|
|
4262
|
-
"value":
|
|
4255
|
+
"value": 2781
|
|
4263
4256
|
},
|
|
4264
4257
|
"wordsCount": {
|
|
4265
|
-
"value":
|
|
4258
|
+
"value": 388
|
|
4266
4259
|
},
|
|
4267
4260
|
"sentencesCount": {
|
|
4268
|
-
"value":
|
|
4261
|
+
"value": 29
|
|
4269
4262
|
},
|
|
4270
4263
|
"linesCount": {
|
|
4271
|
-
"value":
|
|
4264
|
+
"value": 61
|
|
4272
4265
|
},
|
|
4273
4266
|
"paragraphsCount": {
|
|
4274
4267
|
"value": 1
|
|
@@ -4525,23 +4518,23 @@
|
|
|
4525
4518
|
"models": [
|
|
4526
4519
|
{
|
|
4527
4520
|
"modelName": "gpt-4.1",
|
|
4528
|
-
"systemMessage": "You are a
|
|
4529
|
-
"temperature": 0.
|
|
4521
|
+
"systemMessage": "You are a linguist and Esperantist. Provide precise, well-sourced explanations about linguistics (phonology, morphology, syntax, semantics, pragmatics) and Esperanto grammar, usage, and culture. Translate to/from Esperanto clearly; when useful, include IPA, word-by-word glosses, and a natural translation. Detect and reply in the user's language; if the user writes in Esperanto, respond in fluent, idiomatic Esperanto. Be concise, note uncertainties, and ask clarifying questions when needed.",
|
|
4522
|
+
"temperature": 0.3
|
|
4530
4523
|
},
|
|
4531
4524
|
{
|
|
4532
4525
|
"modelName": "chatgpt-4o-latest",
|
|
4533
|
-
"systemMessage": "You are a linguist and Esperantist
|
|
4534
|
-
"temperature": 0.
|
|
4526
|
+
"systemMessage": "You are a linguist and Esperantist focused on clear, accurate assistance. Explain linguistic concepts accessibly, give examples, and handle Esperanto translation and teaching. Include IPA and brief glosses when helpful. Mirror the user's language, defaulting to Esperanto only if the user uses it. Be helpful, concise, and ask clarifying questions for ambiguous requests.",
|
|
4527
|
+
"temperature": 0.35
|
|
4535
4528
|
},
|
|
4536
4529
|
{
|
|
4537
4530
|
"modelName": "gpt-4",
|
|
4538
|
-
"systemMessage": "You are a
|
|
4539
|
-
"temperature": 0.
|
|
4531
|
+
"systemMessage": "You are a helpful assistant, expert linguist, and Esperantist. Offer accurate linguistic analysis and practical Esperanto guidance with examples. Provide IPA and simple interlinear glosses when appropriate, and reply in the user's language (or Esperanto if the user uses it). Keep answers concise, cite uncertainty, and clarify ambiguous tasks.",
|
|
4532
|
+
"temperature": 0.35
|
|
4540
4533
|
},
|
|
4541
4534
|
{
|
|
4542
4535
|
"modelName": "gpt-3.5-turbo-16k",
|
|
4543
|
-
"systemMessage": "You are a
|
|
4544
|
-
"temperature": 0.
|
|
4536
|
+
"systemMessage": "You are a friendly linguist and Esperantist. Give clear explanations, examples, and translations between Esperanto and other languages. Include IPA and brief glosses when useful. Respond in the user's language unless they use Esperanto. Be concise and ask clarifying questions when needed.",
|
|
4537
|
+
"temperature": 0.4
|
|
4545
4538
|
}
|
|
4546
4539
|
]
|
|
4547
4540
|
}
|
|
@@ -4554,10 +4547,10 @@
|
|
|
4554
4547
|
"preparations": [
|
|
4555
4548
|
{
|
|
4556
4549
|
"id": 1,
|
|
4557
|
-
"promptbookVersion": "0.102.0-
|
|
4550
|
+
"promptbookVersion": "0.102.0-17",
|
|
4558
4551
|
"usage": {
|
|
4559
4552
|
"price": {
|
|
4560
|
-
"value": 0.
|
|
4553
|
+
"value": 0.02939125
|
|
4561
4554
|
},
|
|
4562
4555
|
"input": {
|
|
4563
4556
|
"tokensCount": {
|
|
@@ -4584,19 +4577,19 @@
|
|
|
4584
4577
|
},
|
|
4585
4578
|
"output": {
|
|
4586
4579
|
"tokensCount": {
|
|
4587
|
-
"value":
|
|
4580
|
+
"value": 2170
|
|
4588
4581
|
},
|
|
4589
4582
|
"charactersCount": {
|
|
4590
|
-
"value":
|
|
4583
|
+
"value": 1918
|
|
4591
4584
|
},
|
|
4592
4585
|
"wordsCount": {
|
|
4593
|
-
"value":
|
|
4586
|
+
"value": 259
|
|
4594
4587
|
},
|
|
4595
4588
|
"sentencesCount": {
|
|
4596
|
-
"value":
|
|
4589
|
+
"value": 26
|
|
4597
4590
|
},
|
|
4598
4591
|
"linesCount": {
|
|
4599
|
-
"value":
|
|
4592
|
+
"value": 47
|
|
4600
4593
|
},
|
|
4601
4594
|
"paragraphsCount": {
|
|
4602
4595
|
"value": 1
|
|
@@ -4664,7 +4657,28 @@
|
|
|
4664
4657
|
"modelsRequirements": [
|
|
4665
4658
|
{
|
|
4666
4659
|
"modelVariant": "CHAT",
|
|
4667
|
-
"
|
|
4660
|
+
"models": [
|
|
4661
|
+
{
|
|
4662
|
+
"modelName": "gpt-4.1",
|
|
4663
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original verse and narrative with strong imagery, rhythm, and emotional depth. Adapt voice, form, and genre to the prompt; vary meter and rhyme when asked; maintain coherence and a satisfying arc. Ask brief clarifying questions if constraints are ambiguous. Avoid clichés and plagiarism; prefer concrete sensory detail and showing over telling.",
|
|
4664
|
+
"temperature": 0.85
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
"modelName": "chatgpt-4o-latest",
|
|
4668
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original verse and narrative with strong imagery, rhythm, and emotional depth. Adapt voice, form, and genre to the prompt; vary meter and rhyme when asked; maintain coherence and a satisfying arc. Ask brief clarifying questions if constraints are ambiguous. Avoid clichés and plagiarism; prefer concrete sensory detail and showing over telling.",
|
|
4669
|
+
"temperature": 0.9
|
|
4670
|
+
},
|
|
4671
|
+
{
|
|
4672
|
+
"modelName": "gpt-4",
|
|
4673
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original verse and narrative with strong imagery, rhythm, and emotional depth. Adapt voice, form, and genre to the prompt; vary meter and rhyme when asked; maintain coherence and a satisfying arc. Ask brief clarifying questions if constraints are ambiguous. Avoid clichés and plagiarism; prefer concrete sensory detail and showing over telling.",
|
|
4674
|
+
"temperature": 0.85
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
4678
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write vivid, original verse and narrative with strong imagery, rhythm, and emotional depth. Adapt voice, form, and genre to the prompt; vary meter and rhyme when asked; maintain coherence and a satisfying arc. Ask brief clarifying questions if constraints are ambiguous. Avoid clichés and plagiarism; prefer concrete sensory detail and showing over telling.",
|
|
4679
|
+
"temperature": 0.9
|
|
4680
|
+
}
|
|
4681
|
+
]
|
|
4668
4682
|
}
|
|
4669
4683
|
],
|
|
4670
4684
|
"preparationIds": [
|
|
@@ -4675,10 +4689,10 @@
|
|
|
4675
4689
|
"preparations": [
|
|
4676
4690
|
{
|
|
4677
4691
|
"id": 1,
|
|
4678
|
-
"promptbookVersion": "0.102.0-
|
|
4692
|
+
"promptbookVersion": "0.102.0-17",
|
|
4679
4693
|
"usage": {
|
|
4680
4694
|
"price": {
|
|
4681
|
-
"value": 0.
|
|
4695
|
+
"value": 0.0288
|
|
4682
4696
|
},
|
|
4683
4697
|
"input": {
|
|
4684
4698
|
"tokensCount": {
|
|
@@ -4705,25 +4719,25 @@
|
|
|
4705
4719
|
},
|
|
4706
4720
|
"output": {
|
|
4707
4721
|
"tokensCount": {
|
|
4708
|
-
"value":
|
|
4722
|
+
"value": 2111
|
|
4709
4723
|
},
|
|
4710
4724
|
"charactersCount": {
|
|
4711
|
-
"value":
|
|
4725
|
+
"value": 2032
|
|
4712
4726
|
},
|
|
4713
4727
|
"wordsCount": {
|
|
4714
|
-
"value":
|
|
4728
|
+
"value": 282
|
|
4715
4729
|
},
|
|
4716
4730
|
"sentencesCount": {
|
|
4717
|
-
"value":
|
|
4731
|
+
"value": 27
|
|
4718
4732
|
},
|
|
4719
4733
|
"linesCount": {
|
|
4720
|
-
"value":
|
|
4734
|
+
"value": 48
|
|
4721
4735
|
},
|
|
4722
4736
|
"paragraphsCount": {
|
|
4723
4737
|
"value": 1
|
|
4724
4738
|
},
|
|
4725
4739
|
"pagesCount": {
|
|
4726
|
-
"value":
|
|
4740
|
+
"value": 2
|
|
4727
4741
|
}
|
|
4728
4742
|
}
|
|
4729
4743
|
}
|