@promptbook/templates 0.102.0 → 0.103.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/esm/index.es.js +210 -201
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/llm-providers/anthropic-claude/AnthropicClaudeExecutionTools.d.ts +1 -1
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +210 -201
- package/umd/index.umd.js.map +1 -1
package/esm/index.es.js
CHANGED
|
@@ -14,7 +14,7 @@ const BOOK_LANGUAGE_VERSION = '1.0.0';
|
|
|
14
14
|
* @generated
|
|
15
15
|
* @see https://github.com/webgptorg/promptbook
|
|
16
16
|
*/
|
|
17
|
-
const PROMPTBOOK_ENGINE_VERSION = '0.
|
|
17
|
+
const PROMPTBOOK_ENGINE_VERSION = '0.103.0-0';
|
|
18
18
|
/**
|
|
19
19
|
* TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
|
|
20
20
|
* Note: [💞] Ignore a discrepancy between file name and entity name
|
|
@@ -2442,32 +2442,34 @@ function getTemplatesPipelineCollection() {
|
|
|
2442
2442
|
"description": "a developer of the Promptbook Project",
|
|
2443
2443
|
"modelsRequirements": [
|
|
2444
2444
|
{
|
|
2445
|
-
"
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2445
|
+
"modelVariant": "CHAT",
|
|
2446
|
+
"models": [
|
|
2447
|
+
{
|
|
2448
|
+
"modelName": "gpt-4.1",
|
|
2449
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an experienced AI engineer and virtual assistant. Goals: precise assistance, reliable prompt/pipeline design, strong tool/function calling, and implementation-ready guidance. Ask targeted clarifying questions when specs are ambiguous. Keep answers concise, structured, and reproducible.",
|
|
2450
|
+
"temperature": 0.2
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"modelName": "chatgpt-4o-latest",
|
|
2454
|
+
"systemMessage": "You are a developer of the Promptbook Project operating a multimodal virtual assistant. Provide concise, technically accurate help on prompt design, integration, and tooling. Use structured outputs when helpful and confirm assumptions before proceeding.",
|
|
2455
|
+
"temperature": 0.3
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"modelName": "o4-mini",
|
|
2459
|
+
"systemMessage": "You are a developer of the Promptbook Project focused on fast, cost-efficient reasoning. Provide brief, stepwise solutions, emphasize determinism and token efficiency, and output implementation-ready prompts/code.",
|
|
2460
|
+
"temperature": 0.2
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"modelName": "gpt-4",
|
|
2464
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide high-quality, reliable assistance on prompt engineering, SDK integration, and workflow design. Be concise, cite assumptions, and return structured, ready-to-use outputs.",
|
|
2465
|
+
"temperature": 0.2
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
2469
|
+
"systemMessage": "You are a developer of the Promptbook Project on a budget tier. Prioritize clarity, brevity, and correctness. Ask for missing details, avoid speculation, and return minimal, ready-to-use prompts/code.",
|
|
2470
|
+
"temperature": 0.2
|
|
2471
|
+
}
|
|
2472
|
+
]
|
|
2471
2473
|
}
|
|
2472
2474
|
],
|
|
2473
2475
|
"preparationIds": [
|
|
@@ -2478,14 +2480,14 @@ function getTemplatesPipelineCollection() {
|
|
|
2478
2480
|
"preparations": [
|
|
2479
2481
|
{
|
|
2480
2482
|
"id": 1,
|
|
2481
|
-
"promptbookVersion": "0.102.0
|
|
2483
|
+
"promptbookVersion": "0.102.0",
|
|
2482
2484
|
"usage": {
|
|
2483
2485
|
"price": {
|
|
2484
|
-
"value": 0.
|
|
2486
|
+
"value": 0.033065000000000004
|
|
2485
2487
|
},
|
|
2486
2488
|
"input": {
|
|
2487
2489
|
"tokensCount": {
|
|
2488
|
-
"value":
|
|
2490
|
+
"value": 6316
|
|
2489
2491
|
},
|
|
2490
2492
|
"charactersCount": {
|
|
2491
2493
|
"value": 2377
|
|
@@ -2508,19 +2510,19 @@ function getTemplatesPipelineCollection() {
|
|
|
2508
2510
|
},
|
|
2509
2511
|
"output": {
|
|
2510
2512
|
"tokensCount": {
|
|
2511
|
-
"value":
|
|
2513
|
+
"value": 2517
|
|
2512
2514
|
},
|
|
2513
2515
|
"charactersCount": {
|
|
2514
|
-
"value":
|
|
2516
|
+
"value": 1743
|
|
2515
2517
|
},
|
|
2516
2518
|
"wordsCount": {
|
|
2517
|
-
"value":
|
|
2519
|
+
"value": 223
|
|
2518
2520
|
},
|
|
2519
2521
|
"sentencesCount": {
|
|
2520
|
-
"value":
|
|
2522
|
+
"value": 24
|
|
2521
2523
|
},
|
|
2522
2524
|
"linesCount": {
|
|
2523
|
-
"value":
|
|
2525
|
+
"value": 47
|
|
2524
2526
|
},
|
|
2525
2527
|
"paragraphsCount": {
|
|
2526
2528
|
"value": 1
|
|
@@ -2972,32 +2974,34 @@ function getTemplatesPipelineCollection() {
|
|
|
2972
2974
|
"description": "a developer of the Promptbook Project",
|
|
2973
2975
|
"modelsRequirements": [
|
|
2974
2976
|
{
|
|
2975
|
-
"
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
2977
|
+
"modelVariant": "CHAT",
|
|
2978
|
+
"models": [
|
|
2979
|
+
{
|
|
2980
|
+
"modelName": "gpt-4.1",
|
|
2981
|
+
"systemMessage": "You are a developer of the Promptbook Project. Act as an experienced AI engineer and virtual assistant. Goals: precise assistance, reliable prompt/pipeline design, strong tool/function calling, and implementation-ready guidance. Ask targeted clarifying questions when specs are ambiguous. Keep answers concise, structured, and reproducible.",
|
|
2982
|
+
"temperature": 0.2
|
|
2983
|
+
},
|
|
2984
|
+
{
|
|
2985
|
+
"modelName": "chatgpt-4o-latest",
|
|
2986
|
+
"systemMessage": "You are a developer of the Promptbook Project operating a multimodal virtual assistant. Provide concise, technically accurate help on prompt design, integration, and tooling. Use structured outputs when helpful and confirm assumptions before proceeding.",
|
|
2987
|
+
"temperature": 0.3
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"modelName": "o4-mini",
|
|
2991
|
+
"systemMessage": "You are a developer of the Promptbook Project focused on fast, cost-efficient reasoning. Provide brief, stepwise solutions, emphasize determinism and token efficiency, and output implementation-ready prompts/code.",
|
|
2992
|
+
"temperature": 0.2
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"modelName": "gpt-4",
|
|
2996
|
+
"systemMessage": "You are a developer of the Promptbook Project. Provide high-quality, reliable assistance on prompt engineering, SDK integration, and workflow design. Be concise, cite assumptions, and return structured, ready-to-use outputs.",
|
|
2997
|
+
"temperature": 0.2
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3001
|
+
"systemMessage": "You are a developer of the Promptbook Project on a budget tier. Prioritize clarity, brevity, and correctness. Ask for missing details, avoid speculation, and return minimal, ready-to-use prompts/code.",
|
|
3002
|
+
"temperature": 0.2
|
|
3003
|
+
}
|
|
3004
|
+
]
|
|
3001
3005
|
}
|
|
3002
3006
|
],
|
|
3003
3007
|
"preparationIds": [
|
|
@@ -3008,14 +3012,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3008
3012
|
"preparations": [
|
|
3009
3013
|
{
|
|
3010
3014
|
"id": 1,
|
|
3011
|
-
"promptbookVersion": "0.102.0
|
|
3015
|
+
"promptbookVersion": "0.102.0",
|
|
3012
3016
|
"usage": {
|
|
3013
3017
|
"price": {
|
|
3014
|
-
"value": 0.
|
|
3018
|
+
"value": 0.033065000000000004
|
|
3015
3019
|
},
|
|
3016
3020
|
"input": {
|
|
3017
3021
|
"tokensCount": {
|
|
3018
|
-
"value":
|
|
3022
|
+
"value": 6316
|
|
3019
3023
|
},
|
|
3020
3024
|
"charactersCount": {
|
|
3021
3025
|
"value": 2377
|
|
@@ -3038,19 +3042,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3038
3042
|
},
|
|
3039
3043
|
"output": {
|
|
3040
3044
|
"tokensCount": {
|
|
3041
|
-
"value":
|
|
3045
|
+
"value": 2517
|
|
3042
3046
|
},
|
|
3043
3047
|
"charactersCount": {
|
|
3044
|
-
"value":
|
|
3048
|
+
"value": 1743
|
|
3045
3049
|
},
|
|
3046
3050
|
"wordsCount": {
|
|
3047
|
-
"value":
|
|
3051
|
+
"value": 223
|
|
3048
3052
|
},
|
|
3049
3053
|
"sentencesCount": {
|
|
3050
|
-
"value":
|
|
3054
|
+
"value": 24
|
|
3051
3055
|
},
|
|
3052
3056
|
"linesCount": {
|
|
3053
|
-
"value":
|
|
3057
|
+
"value": 47
|
|
3054
3058
|
},
|
|
3055
3059
|
"paragraphsCount": {
|
|
3056
3060
|
"value": 1
|
|
@@ -3643,27 +3647,29 @@ function getTemplatesPipelineCollection() {
|
|
|
3643
3647
|
"description": "a linguist and Corrector",
|
|
3644
3648
|
"modelsRequirements": [
|
|
3645
3649
|
{
|
|
3646
|
-
"
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3650
|
+
"modelVariant": "CHAT",
|
|
3651
|
+
"models": [
|
|
3652
|
+
{
|
|
3653
|
+
"modelName": "gpt-4.1",
|
|
3654
|
+
"systemMessage": "You are a meticulous linguist and expert text corrector. Improve grammar, spelling, punctuation, agreement, register, and clarity while preserving meaning and voice. Default output: corrected text only. On request, provide a brief list of changes and reasoning. Support multiple languages and dialects; follow the user's specified style guide and locale (e.g., en-US, en-GB, es-ES). Ask for clarification if intent, dialect, or tone is ambiguous. Avoid adding new facts; do not censor content except to remove errors. If the text is already correct, say so and optionally offer minimal stylistic refinements.",
|
|
3655
|
+
"temperature": 0.2
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"modelName": "chatgpt-4o-latest",
|
|
3659
|
+
"systemMessage": "You are a meticulous linguist and expert text corrector. Improve grammar, spelling, punctuation, agreement, register, and clarity while preserving meaning and voice. Default output: corrected text only. On request, provide a brief list of changes and reasoning. Support multiple languages and dialects; follow the user's specified style guide and locale (e.g., en-US, en-GB, es-ES). Ask for clarification if intent, dialect, or tone is ambiguous. Avoid adding new facts; do not censor content except to remove errors. If the text is already correct, say so and optionally offer minimal stylistic refinements.",
|
|
3660
|
+
"temperature": 0.25
|
|
3661
|
+
},
|
|
3662
|
+
{
|
|
3663
|
+
"modelName": "gpt-4",
|
|
3664
|
+
"systemMessage": "You are a meticulous linguist and expert text corrector. Improve grammar, spelling, punctuation, agreement, register, and clarity while preserving meaning and voice. Default output: corrected text only. On request, provide a brief list of changes and reasoning. Support multiple languages and dialects; follow the user's specified style guide and locale (e.g., en-US, en-GB, es-ES). Ask for clarification if intent, dialect, or tone is ambiguous. Avoid adding new facts; do not censor content except to remove errors. If the text is already correct, say so and optionally offer minimal stylistic refinements.",
|
|
3665
|
+
"temperature": 0.2
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
3669
|
+
"systemMessage": "You are a meticulous linguist and expert text corrector. Improve grammar, spelling, punctuation, agreement, register, and clarity while preserving meaning and voice. Default output: corrected text only. On request, provide a brief list of changes and reasoning. Support multiple languages and dialects; follow the user's specified style guide and locale (e.g., en-US, en-GB, es-ES). Ask for clarification if intent, dialect, or tone is ambiguous. Avoid adding new facts; do not censor content except to remove errors. If the text is already correct, say so and optionally offer minimal stylistic refinements.",
|
|
3670
|
+
"temperature": 0.2
|
|
3671
|
+
}
|
|
3672
|
+
]
|
|
3667
3673
|
}
|
|
3668
3674
|
],
|
|
3669
3675
|
"preparationIds": [
|
|
@@ -3674,14 +3680,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3674
3680
|
"preparations": [
|
|
3675
3681
|
{
|
|
3676
3682
|
"id": 1,
|
|
3677
|
-
"promptbookVersion": "0.102.0
|
|
3683
|
+
"promptbookVersion": "0.102.0",
|
|
3678
3684
|
"usage": {
|
|
3679
3685
|
"price": {
|
|
3680
|
-
"value": 0.
|
|
3686
|
+
"value": 0.034883750000000005
|
|
3681
3687
|
},
|
|
3682
3688
|
"input": {
|
|
3683
3689
|
"tokensCount": {
|
|
3684
|
-
"value":
|
|
3690
|
+
"value": 6315
|
|
3685
3691
|
},
|
|
3686
3692
|
"charactersCount": {
|
|
3687
3693
|
"value": 2377
|
|
@@ -3704,25 +3710,25 @@ function getTemplatesPipelineCollection() {
|
|
|
3704
3710
|
},
|
|
3705
3711
|
"output": {
|
|
3706
3712
|
"tokensCount": {
|
|
3707
|
-
"value":
|
|
3713
|
+
"value": 2699
|
|
3708
3714
|
},
|
|
3709
3715
|
"charactersCount": {
|
|
3710
|
-
"value":
|
|
3716
|
+
"value": 2851
|
|
3711
3717
|
},
|
|
3712
3718
|
"wordsCount": {
|
|
3713
|
-
"value":
|
|
3719
|
+
"value": 422
|
|
3714
3720
|
},
|
|
3715
3721
|
"sentencesCount": {
|
|
3716
|
-
"value":
|
|
3722
|
+
"value": 47
|
|
3717
3723
|
},
|
|
3718
3724
|
"linesCount": {
|
|
3719
|
-
"value":
|
|
3725
|
+
"value": 64
|
|
3720
3726
|
},
|
|
3721
3727
|
"paragraphsCount": {
|
|
3722
3728
|
"value": 1
|
|
3723
3729
|
},
|
|
3724
3730
|
"pagesCount": {
|
|
3725
|
-
"value":
|
|
3731
|
+
"value": 2
|
|
3726
3732
|
}
|
|
3727
3733
|
}
|
|
3728
3734
|
}
|
|
@@ -3788,28 +3794,28 @@ function getTemplatesPipelineCollection() {
|
|
|
3788
3794
|
"models": [
|
|
3789
3795
|
{
|
|
3790
3796
|
"modelName": "gpt-4.1",
|
|
3791
|
-
"systemMessage": "You are a skilled e-commerce copywriter for an online shop.
|
|
3792
|
-
"temperature": 0.
|
|
3797
|
+
"systemMessage": "You are a skilled e-commerce copywriter for an online shop. Write persuasive, SEO-friendly, conversion-focused copy while staying factual. Ask concise clarifying questions if inputs are ambiguous (audience, brand voice, locale). Deliverables when relevant: 1) product title options, 2) short tagline, 3) long description with scannable sections (Benefits, Features, Use cases, Specs if provided), 4) 5-8 bullet highlights, 5) SEO pack: focus keywords, meta title (<=60 chars), meta description (<=155 chars), URL slug, tags, 6) two CTA options. Guidelines: adapt to brand voice; use active voice, concrete benefits, and sensory detail; avoid clichés and unverifiable claims; localize units/spelling; respect legal and safety constraints; keep formatting clean with headings and bullets.",
|
|
3798
|
+
"temperature": 0.7
|
|
3793
3799
|
},
|
|
3794
3800
|
{
|
|
3795
3801
|
"modelName": "chatgpt-4o-latest",
|
|
3796
|
-
"systemMessage": "You are a skilled e-commerce copywriter
|
|
3802
|
+
"systemMessage": "You are a skilled e-commerce copywriter focused on crafting high-converting, SEO-aware product copy. Be concise, benefit-led, and truthful. When details are missing, ask brief clarifying questions (audience, tone, locale). Produce: title options, short hook, structured long description (Benefits, Features, Use cases), bullet highlights, SEO pack (keywords, meta title <=60, meta description <=155, slug, tags), and two CTAs. Match brand voice, avoid overclaims, localize units/spelling, and keep scannable formatting.",
|
|
3797
3803
|
"temperature": 0.7
|
|
3798
3804
|
},
|
|
3799
3805
|
{
|
|
3800
3806
|
"modelName": "gpt-4",
|
|
3801
|
-
"systemMessage": "You are a
|
|
3802
|
-
"temperature": 0.
|
|
3807
|
+
"systemMessage": "You are a senior e-commerce copywriter. Create persuasive, accurate, SEO-optimized product copy: title options, short tagline, structured long description (Benefits, Features, Use cases, Specs if provided), bullet highlights, SEO pack (keywords, meta title <=60, meta description <=155, slug, tags), and two CTA variations. Ask brief clarifying questions if context is missing. Maintain brand voice, avoid unverifiable claims, use active voice, and localize language and units.",
|
|
3808
|
+
"temperature": 0.65
|
|
3803
3809
|
},
|
|
3804
3810
|
{
|
|
3805
3811
|
"modelName": "gpt-3.5-turbo-16k",
|
|
3806
|
-
"systemMessage": "You are
|
|
3807
|
-
"temperature": 0.
|
|
3812
|
+
"systemMessage": "You are an e-commerce copywriter. Write clear, persuasive, SEO-friendly product copy with: title options, short hook, long description (Benefits, Features, Use cases), bullets, SEO pack (keywords, meta title <=60, meta description <=155, slug, tags), and two CTAs. Keep claims accurate, adapt to brand voice, and ask brief clarifying questions if needed.",
|
|
3813
|
+
"temperature": 0.6
|
|
3808
3814
|
},
|
|
3809
3815
|
{
|
|
3810
3816
|
"modelName": "gpt-3.5-turbo",
|
|
3811
|
-
"systemMessage": "You are
|
|
3812
|
-
"temperature": 0.
|
|
3817
|
+
"systemMessage": "You are an e-commerce copywriter. Produce concise, benefit-led, SEO-aware product copy: title options, short tagline, structured description, bullet highlights, SEO pack (keywords, meta title <=60, meta description <=155, slug, tags), and two CTAs. Maintain accuracy and brand tone; ask brief clarifying questions if inputs are unclear.",
|
|
3818
|
+
"temperature": 0.6
|
|
3813
3819
|
}
|
|
3814
3820
|
]
|
|
3815
3821
|
}
|
|
@@ -3822,14 +3828,14 @@ function getTemplatesPipelineCollection() {
|
|
|
3822
3828
|
"preparations": [
|
|
3823
3829
|
{
|
|
3824
3830
|
"id": 1,
|
|
3825
|
-
"promptbookVersion": "0.102.0
|
|
3831
|
+
"promptbookVersion": "0.102.0",
|
|
3826
3832
|
"usage": {
|
|
3827
3833
|
"price": {
|
|
3828
|
-
"value": 0.
|
|
3834
|
+
"value": 0.038783750000000006
|
|
3829
3835
|
},
|
|
3830
3836
|
"input": {
|
|
3831
3837
|
"tokensCount": {
|
|
3832
|
-
"value":
|
|
3838
|
+
"value": 6315
|
|
3833
3839
|
},
|
|
3834
3840
|
"charactersCount": {
|
|
3835
3841
|
"value": 2377
|
|
@@ -3852,19 +3858,19 @@ function getTemplatesPipelineCollection() {
|
|
|
3852
3858
|
},
|
|
3853
3859
|
"output": {
|
|
3854
3860
|
"tokensCount": {
|
|
3855
|
-
"value":
|
|
3861
|
+
"value": 3089
|
|
3856
3862
|
},
|
|
3857
3863
|
"charactersCount": {
|
|
3858
|
-
"value":
|
|
3864
|
+
"value": 2992
|
|
3859
3865
|
},
|
|
3860
3866
|
"wordsCount": {
|
|
3861
|
-
"value":
|
|
3867
|
+
"value": 409
|
|
3862
3868
|
},
|
|
3863
3869
|
"sentencesCount": {
|
|
3864
3870
|
"value": 29
|
|
3865
3871
|
},
|
|
3866
3872
|
"linesCount": {
|
|
3867
|
-
"value":
|
|
3873
|
+
"value": 67
|
|
3868
3874
|
},
|
|
3869
3875
|
"paragraphsCount": {
|
|
3870
3876
|
"value": 1
|
|
@@ -3918,7 +3924,7 @@ function getTemplatesPipelineCollection() {
|
|
|
3918
3924
|
"preparations": [
|
|
3919
3925
|
{
|
|
3920
3926
|
"id": 1,
|
|
3921
|
-
"promptbookVersion": "0.102.0
|
|
3927
|
+
"promptbookVersion": "0.102.0",
|
|
3922
3928
|
"usage": {
|
|
3923
3929
|
"price": {
|
|
3924
3930
|
"value": 0
|
|
@@ -4027,22 +4033,37 @@ function getTemplatesPipelineCollection() {
|
|
|
4027
4033
|
"models": [
|
|
4028
4034
|
{
|
|
4029
4035
|
"modelName": "gpt-4.1",
|
|
4030
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
4031
|
-
"temperature": 0.
|
|
4036
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Diagnose quickly, then recommend strategy, tactics, budget ranges, and KPIs. Use proven frameworks (STP, 4Ps/7Ps, JTBD, AARRR, SWOT, PESO, OKRs). Provide actionable next steps, timelines, and sample copy when helpful. Be concise, data-driven, and outcome-focused. State assumptions and risks. Ask targeted clarifying questions when requirements are ambiguous.",
|
|
4037
|
+
"temperature": 0.4
|
|
4032
4038
|
},
|
|
4033
4039
|
{
|
|
4034
4040
|
"modelName": "chatgpt-4o-latest",
|
|
4035
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
4041
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Combine strategic rigor with creative ideation. Use frameworks (STP, 4Ps/7Ps, AARRR, SWOT) to shape plans, then brainstorm compelling campaign concepts, headlines, and CTAs. Adapt to brand voice and provide 3–5 copy variations when requested. Include KPIs, budget ranges, and next steps. Be concise and state assumptions.",
|
|
4036
4042
|
"temperature": 0.6
|
|
4037
4043
|
},
|
|
4038
4044
|
{
|
|
4039
4045
|
"modelName": "gpt-4",
|
|
4040
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
4046
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Deliver clear, actionable guidance: diagnosis → strategy → tactics → metrics. Apply frameworks (STP, 4Ps/7Ps, JTBD, AARRR, SWOT, OKRs). Provide step-by-step plans, budgets, and success metrics. Offer sample copy when useful. Be concise, data-driven, and explicit about assumptions.",
|
|
4041
4047
|
"temperature": 0.4
|
|
4042
4048
|
},
|
|
4049
|
+
{
|
|
4050
|
+
"modelName": "o4-mini",
|
|
4051
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant focused on fast, pragmatic analysis. Prioritize crisp strategies, testable hypotheses, lightweight financial models (CAC/LTV, funnel math), and clear next steps with KPIs. Summarize reasoning and key calculations briefly; avoid verbose chain-of-thought.",
|
|
4052
|
+
"temperature": 0.3
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"modelName": "o3",
|
|
4056
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant for deep analytical work. Perform rigorous market sizing, unit economics (CAC, LTV, payback), cohort/funnel analysis, and scenario planning. Present assumptions, formulas, and key numbers with concise reasoning summaries. Provide actionable recommendations and risks.",
|
|
4057
|
+
"temperature": 0.2
|
|
4058
|
+
},
|
|
4043
4059
|
{
|
|
4044
4060
|
"modelName": "gpt-3.5-turbo-16k",
|
|
4045
|
-
"systemMessage": "You are an experienced marketing specialist and business consultant.
|
|
4061
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Provide concise, actionable strategies with frameworks (STP, AARRR, SWOT) and measurable KPIs. Offer sample copy and next steps. If information is missing, ask focused clarifying questions. Keep outputs structured and practical.",
|
|
4062
|
+
"temperature": 0.4
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"modelName": "gpt-3.5-turbo",
|
|
4066
|
+
"systemMessage": "You are an experienced marketing specialist and business consultant. Be concise and outcome-focused. Provide strategy, tactics, KPIs, and next steps using common frameworks. Offer brief copy examples. Ask clarifying questions if needed and state assumptions.",
|
|
4046
4067
|
"temperature": 0.5
|
|
4047
4068
|
}
|
|
4048
4069
|
]
|
|
@@ -4056,14 +4077,14 @@ function getTemplatesPipelineCollection() {
|
|
|
4056
4077
|
"preparations": [
|
|
4057
4078
|
{
|
|
4058
4079
|
"id": 1,
|
|
4059
|
-
"promptbookVersion": "0.102.0
|
|
4080
|
+
"promptbookVersion": "0.102.0",
|
|
4060
4081
|
"usage": {
|
|
4061
4082
|
"price": {
|
|
4062
|
-
"value": 0.
|
|
4083
|
+
"value": 0.04003375000000001
|
|
4063
4084
|
},
|
|
4064
4085
|
"input": {
|
|
4065
4086
|
"tokensCount": {
|
|
4066
|
-
"value":
|
|
4087
|
+
"value": 6315
|
|
4067
4088
|
},
|
|
4068
4089
|
"charactersCount": {
|
|
4069
4090
|
"value": 2377
|
|
@@ -4086,19 +4107,19 @@ function getTemplatesPipelineCollection() {
|
|
|
4086
4107
|
},
|
|
4087
4108
|
"output": {
|
|
4088
4109
|
"tokensCount": {
|
|
4089
|
-
"value":
|
|
4110
|
+
"value": 3214
|
|
4090
4111
|
},
|
|
4091
4112
|
"charactersCount": {
|
|
4092
|
-
"value":
|
|
4113
|
+
"value": 3083
|
|
4093
4114
|
},
|
|
4094
4115
|
"wordsCount": {
|
|
4095
|
-
"value":
|
|
4116
|
+
"value": 396
|
|
4096
4117
|
},
|
|
4097
4118
|
"sentencesCount": {
|
|
4098
|
-
"value":
|
|
4119
|
+
"value": 47
|
|
4099
4120
|
},
|
|
4100
4121
|
"linesCount": {
|
|
4101
|
-
"value":
|
|
4122
|
+
"value": 76
|
|
4102
4123
|
},
|
|
4103
4124
|
"paragraphsCount": {
|
|
4104
4125
|
"value": 1
|
|
@@ -4178,23 +4199,23 @@ function getTemplatesPipelineCollection() {
|
|
|
4178
4199
|
"models": [
|
|
4179
4200
|
{
|
|
4180
4201
|
"modelName": "gpt-4.1",
|
|
4181
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online shop
|
|
4202
|
+
"systemMessage": "You are a customer service representative and skilled ecommerce copywriter for an online shop. Be empathetic, concise, and solutions-focused. Confirm understanding, ask up to two clarifying questions when needed, and summarize next steps. Follow store policies; never invent facts (orders, stock, pricing, policies). If information is missing or uncertain, state it and request/verify details. For copy tasks, write persuasive, brand-aligned, SEO-friendly text that highlights benefits and key features with a clear call to action; adapt tone to the audience; keep claims accurate and compliant. Prefer clear structure, bullet points, and short paragraphs. Localize currency, units, and spelling to the user when possible. For sensitive requests or account actions, explain limits and offer safe alternatives.",
|
|
4182
4203
|
"temperature": 0.4
|
|
4183
4204
|
},
|
|
4184
4205
|
{
|
|
4185
4206
|
"modelName": "chatgpt-4o-latest",
|
|
4186
|
-
"systemMessage": "You are a customer service representative and skilled copywriter for an online
|
|
4207
|
+
"systemMessage": "You are a friendly, reliable customer service representative and skilled ecommerce copywriter for an online store. Resolve issues with empathy and accuracy, ask brief clarifying questions, and provide step-by-step solutions with a short summary of next steps. Adhere strictly to store policies and do not fabricate order, inventory, or pricing details—request details when needed. For copywriting, produce persuasive, brand-consistent, SEO-aware content with clear benefits, features, and strong calls to action; keep claims accurate and compliant. Use clear structure and bullet points where helpful, and localize language, currency, and units to the user.",
|
|
4187
4208
|
"temperature": 0.5
|
|
4188
4209
|
},
|
|
4189
4210
|
{
|
|
4190
4211
|
"modelName": "gpt-4",
|
|
4191
|
-
"systemMessage": "You are
|
|
4192
|
-
"temperature": 0.
|
|
4212
|
+
"systemMessage": "You are an empathetic customer service agent and ecommerce copywriter. Provide concise, policy-compliant support: confirm understanding, ask needed clarifying questions, and summarize next steps. Do not invent facts about orders, stock, pricing, or policies—request or verify missing information. For copy tasks, write compelling, brand-aligned, SEO-friendly copy that emphasizes benefits and features with a clear CTA. Keep tone professional and warm, use clear structure and bullet points, and localize currency/units for the user.",
|
|
4213
|
+
"temperature": 0.35
|
|
4193
4214
|
},
|
|
4194
4215
|
{
|
|
4195
|
-
"modelName": "gpt-3.5-turbo-
|
|
4196
|
-
"systemMessage": "You are a customer
|
|
4197
|
-
"temperature": 0.
|
|
4216
|
+
"modelName": "gpt-3.5-turbo-1106",
|
|
4217
|
+
"systemMessage": "You are a helpful ecommerce customer support agent and persuasive copywriter. Be concise, empathetic, and policy-aware; ask brief clarifying questions and summarize actions. Never fabricate order, inventory, or pricing details—request missing info. Write brand-consistent, SEO-aware product copy and emails with clear benefits, features, and calls to action, keeping claims accurate. Use simple structure and bullet points where helpful, and localize currency and units.",
|
|
4218
|
+
"temperature": 0.6
|
|
4198
4219
|
}
|
|
4199
4220
|
]
|
|
4200
4221
|
}
|
|
@@ -4207,14 +4228,14 @@ function getTemplatesPipelineCollection() {
|
|
|
4207
4228
|
"preparations": [
|
|
4208
4229
|
{
|
|
4209
4230
|
"id": 1,
|
|
4210
|
-
"promptbookVersion": "0.102.0
|
|
4231
|
+
"promptbookVersion": "0.102.0",
|
|
4211
4232
|
"usage": {
|
|
4212
4233
|
"price": {
|
|
4213
|
-
"value": 0.
|
|
4234
|
+
"value": 0.04158875000000001
|
|
4214
4235
|
},
|
|
4215
4236
|
"input": {
|
|
4216
4237
|
"tokensCount": {
|
|
4217
|
-
"value":
|
|
4238
|
+
"value": 6319
|
|
4218
4239
|
},
|
|
4219
4240
|
"charactersCount": {
|
|
4220
4241
|
"value": 2377
|
|
@@ -4237,19 +4258,19 @@ function getTemplatesPipelineCollection() {
|
|
|
4237
4258
|
},
|
|
4238
4259
|
"output": {
|
|
4239
4260
|
"tokensCount": {
|
|
4240
|
-
"value":
|
|
4261
|
+
"value": 3369
|
|
4241
4262
|
},
|
|
4242
4263
|
"charactersCount": {
|
|
4243
|
-
"value":
|
|
4264
|
+
"value": 2889
|
|
4244
4265
|
},
|
|
4245
4266
|
"wordsCount": {
|
|
4246
|
-
"value":
|
|
4267
|
+
"value": 401
|
|
4247
4268
|
},
|
|
4248
4269
|
"sentencesCount": {
|
|
4249
|
-
"value":
|
|
4270
|
+
"value": 31
|
|
4250
4271
|
},
|
|
4251
4272
|
"linesCount": {
|
|
4252
|
-
"value":
|
|
4273
|
+
"value": 62
|
|
4253
4274
|
},
|
|
4254
4275
|
"paragraphsCount": {
|
|
4255
4276
|
"value": 1
|
|
@@ -4502,34 +4523,27 @@ function getTemplatesPipelineCollection() {
|
|
|
4502
4523
|
"description": "linguist and Esperantist",
|
|
4503
4524
|
"modelsRequirements": [
|
|
4504
4525
|
{
|
|
4505
|
-
"
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
},
|
|
4527
|
-
{
|
|
4528
|
-
"modelName": "gpt-3.5-turbo",
|
|
4529
|
-
"systemMessage": "You are a helpful linguist and Esperantist. Offer clear explanations, IPA, and short examples, and translate to/from Esperanto. Be concise and request clarification when needed.",
|
|
4530
|
-
"temperature": 0.4
|
|
4531
|
-
}
|
|
4532
|
-
]
|
|
4526
|
+
"0": {
|
|
4527
|
+
"modelName": "gpt-4.1",
|
|
4528
|
+
"systemMessage": "You are a professional linguist and Esperantist. Provide accurate, concise explanations and translations. Detect the user's language and reply in it; include Esperanto parallels when helpful. Explain phonology, morphology, syntax, semantics, etymology, typology, and language history. Use IPA for pronunciation where useful. Prefer clear examples, minimal jargon, and structured steps. When discussing Esperanto norms, reflect common usage as described in PMEG and PIV. Ask clarifying questions if a request is ambiguous. Be friendly and culturally sensitive.",
|
|
4529
|
+
"temperature": 0.4
|
|
4530
|
+
},
|
|
4531
|
+
"1": {
|
|
4532
|
+
"modelName": "chatgpt-4o-latest",
|
|
4533
|
+
"systemMessage": "You are a friendly, expert linguist and Esperantist. Give practical, well-structured answers, with clear examples and brief IPA where helpful. Translate and compare across languages; add Esperanto equivalents when useful. Keep explanations precise, avoid unnecessary jargon, and ask for clarification if the goal is unclear. Reflect mainstream Esperanto usage (e.g., PMEG/PIV conventions) when relevant. Default to the user's language.",
|
|
4534
|
+
"temperature": 0.5
|
|
4535
|
+
},
|
|
4536
|
+
"2": {
|
|
4537
|
+
"modelName": "gpt-4",
|
|
4538
|
+
"systemMessage": "You are a precise and helpful linguist and Esperantist. Analyze and explain grammar, phonology, semantics, and typology clearly. Provide translations and contrastive examples, including Esperanto where relevant. Use IPA when it improves clarity. Be concise, verify claims, and ask clarifying questions if needed. Follow common Esperanto usage as reflected in PMEG/PIV.",
|
|
4539
|
+
"temperature": 0.4
|
|
4540
|
+
},
|
|
4541
|
+
"3": {
|
|
4542
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
4543
|
+
"systemMessage": "You are a concise, helpful linguist and Esperantist. Translate, explain grammar and pronunciation (with IPA when useful), and give clear examples in the user's language and Esperanto when helpful. Keep answers short and structured; ask clarifying questions if the request is ambiguous.",
|
|
4544
|
+
"temperature": 0.3
|
|
4545
|
+
},
|
|
4546
|
+
"modelVariant": "CHAT"
|
|
4533
4547
|
}
|
|
4534
4548
|
],
|
|
4535
4549
|
"preparationIds": [
|
|
@@ -4540,14 +4554,14 @@ function getTemplatesPipelineCollection() {
|
|
|
4540
4554
|
"preparations": [
|
|
4541
4555
|
{
|
|
4542
4556
|
"id": 1,
|
|
4543
|
-
"promptbookVersion": "0.102.0
|
|
4557
|
+
"promptbookVersion": "0.102.0",
|
|
4544
4558
|
"usage": {
|
|
4545
4559
|
"price": {
|
|
4546
|
-
"value": 0.
|
|
4560
|
+
"value": 0.03181375
|
|
4547
4561
|
},
|
|
4548
4562
|
"input": {
|
|
4549
4563
|
"tokensCount": {
|
|
4550
|
-
"value":
|
|
4564
|
+
"value": 6315
|
|
4551
4565
|
},
|
|
4552
4566
|
"charactersCount": {
|
|
4553
4567
|
"value": 2377
|
|
@@ -4570,19 +4584,19 @@ function getTemplatesPipelineCollection() {
|
|
|
4570
4584
|
},
|
|
4571
4585
|
"output": {
|
|
4572
4586
|
"tokensCount": {
|
|
4573
|
-
"value":
|
|
4587
|
+
"value": 2392
|
|
4574
4588
|
},
|
|
4575
4589
|
"charactersCount": {
|
|
4576
|
-
"value":
|
|
4590
|
+
"value": 2027
|
|
4577
4591
|
},
|
|
4578
4592
|
"wordsCount": {
|
|
4579
|
-
"value":
|
|
4593
|
+
"value": 280
|
|
4580
4594
|
},
|
|
4581
4595
|
"sentencesCount": {
|
|
4582
|
-
"value":
|
|
4596
|
+
"value": 33
|
|
4583
4597
|
},
|
|
4584
4598
|
"linesCount": {
|
|
4585
|
-
"value":
|
|
4599
|
+
"value": 48
|
|
4586
4600
|
},
|
|
4587
4601
|
"paragraphsCount": {
|
|
4588
4602
|
"value": 1
|
|
@@ -4653,28 +4667,23 @@ function getTemplatesPipelineCollection() {
|
|
|
4653
4667
|
"models": [
|
|
4654
4668
|
{
|
|
4655
4669
|
"modelName": "gpt-4.1",
|
|
4656
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery
|
|
4657
|
-
"temperature": 0.
|
|
4670
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid, original imagery and compelling narrative arcs. Adapt form (free verse, meter, rhyme), voice, and genre to the user's request; match tone, length, and constraints. Offer a succinct plan before long pieces when useful, accept revision cues gracefully, and iterate. For factual topics, remain accurate and clearly separate fact from invention. Avoid clichés and plagiarism; favor fresh metaphors and precise language.",
|
|
4671
|
+
"temperature": 0.9
|
|
4658
4672
|
},
|
|
4659
4673
|
{
|
|
4660
4674
|
"modelName": "chatgpt-4o-latest",
|
|
4661
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery
|
|
4662
|
-
"temperature": 0.
|
|
4675
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid, original imagery and compelling narrative arcs. Adapt form (free verse, meter, rhyme), voice, and genre to the user's request; match tone, length, and constraints. Offer a succinct plan before long pieces when useful, accept revision cues gracefully, and iterate. For factual topics, remain accurate and clearly separate fact from invention. Avoid clichés and plagiarism; favor fresh metaphors and precise language.",
|
|
4676
|
+
"temperature": 0.9
|
|
4663
4677
|
},
|
|
4664
4678
|
{
|
|
4665
4679
|
"modelName": "gpt-4",
|
|
4666
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery
|
|
4667
|
-
"temperature": 0.8
|
|
4668
|
-
},
|
|
4669
|
-
{
|
|
4670
|
-
"modelName": "gpt-3.5-turbo-16k",
|
|
4671
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery, musicality, and narrative momentum. Adapt voice to the requested form and tone; honor constraints (meter, rhyme, length). Prefer fresh metaphors over clichés. When helpful, outline themes or structure briefly before drafting. Be concise when answering questions, but lyrical when creating.",
|
|
4680
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid, original imagery and compelling narrative arcs. Adapt form (free verse, meter, rhyme), voice, and genre to the user's request; match tone, length, and constraints. Offer a succinct plan before long pieces when useful, accept revision cues gracefully, and iterate. For factual topics, remain accurate and clearly separate fact from invention. Avoid clichés and plagiarism; favor fresh metaphors and precise language.",
|
|
4672
4681
|
"temperature": 0.9
|
|
4673
4682
|
},
|
|
4674
4683
|
{
|
|
4675
|
-
"modelName": "gpt-3.5-turbo",
|
|
4676
|
-
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid imagery
|
|
4677
|
-
"temperature":
|
|
4684
|
+
"modelName": "gpt-3.5-turbo-16k",
|
|
4685
|
+
"systemMessage": "You are an accomplished poet and storyteller. Write with vivid, original imagery and compelling narrative arcs. Adapt form (free verse, meter, rhyme), voice, and genre to the user's request; match tone, length, and constraints. Offer a succinct plan before long pieces when useful, accept revision cues gracefully, and iterate. For factual topics, remain accurate and clearly separate fact from invention. Avoid clichés and plagiarism; favor fresh metaphors and precise language.",
|
|
4686
|
+
"temperature": 1.1
|
|
4678
4687
|
}
|
|
4679
4688
|
]
|
|
4680
4689
|
}
|
|
@@ -4687,14 +4696,14 @@ function getTemplatesPipelineCollection() {
|
|
|
4687
4696
|
"preparations": [
|
|
4688
4697
|
{
|
|
4689
4698
|
"id": 1,
|
|
4690
|
-
"promptbookVersion": "0.102.0
|
|
4699
|
+
"promptbookVersion": "0.102.0",
|
|
4691
4700
|
"usage": {
|
|
4692
4701
|
"price": {
|
|
4693
|
-
"value": 0.
|
|
4702
|
+
"value": 0.028362500000000002
|
|
4694
4703
|
},
|
|
4695
4704
|
"input": {
|
|
4696
4705
|
"tokensCount": {
|
|
4697
|
-
"value":
|
|
4706
|
+
"value": 6314
|
|
4698
4707
|
},
|
|
4699
4708
|
"charactersCount": {
|
|
4700
4709
|
"value": 2377
|
|
@@ -4717,19 +4726,19 @@ function getTemplatesPipelineCollection() {
|
|
|
4717
4726
|
},
|
|
4718
4727
|
"output": {
|
|
4719
4728
|
"tokensCount": {
|
|
4720
|
-
"value":
|
|
4729
|
+
"value": 2047
|
|
4721
4730
|
},
|
|
4722
4731
|
"charactersCount": {
|
|
4723
|
-
"value":
|
|
4732
|
+
"value": 2334
|
|
4724
4733
|
},
|
|
4725
4734
|
"wordsCount": {
|
|
4726
|
-
"value":
|
|
4735
|
+
"value": 326
|
|
4727
4736
|
},
|
|
4728
4737
|
"sentencesCount": {
|
|
4729
|
-
"value":
|
|
4738
|
+
"value": 31
|
|
4730
4739
|
},
|
|
4731
4740
|
"linesCount": {
|
|
4732
|
-
"value":
|
|
4741
|
+
"value": 56
|
|
4733
4742
|
},
|
|
4734
4743
|
"paragraphsCount": {
|
|
4735
4744
|
"value": 1
|