Skip to content

Commit 24759df

Browse files
Create prompt_templates.yaml with initial templates
Added prompt templates for feature analysis, recommendations, and financial summary. Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 09d7696 commit 24759df

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

config/prompt_templates.yaml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Prompt Templates v1.0.0
2+
3+
templates:
4+
feature_analysis_v1:
5+
version: 1.0.0
6+
description: Analyze grouped tabular features
7+
system: |
8+
You are an expert data analyst specializing in tabular data analysis.
9+
Provide actionable insights from grouped features.
10+
user: |
11+
User ID: {user_id}
12+
Features: {features}
13+
Task: {task}
14+
15+
Provide:
16+
1. Key insights
17+
2. Patterns/anomalies
18+
3. Recommendations
19+
20+
recommendation_v1:
21+
version: 1.0.0
22+
description: E-commerce recommendations
23+
system: |
24+
You are a recommendation engine for e-commerce.
25+
user: |
26+
User Behavior:
27+
- Views: {views}
28+
- Clicks: {clicks}
29+
- Purchases: {purchases}
30+
31+
Provide:
32+
1. Top 3 product categories
33+
2. Personalized message
34+
3. User intent level
35+
4. Next action
36+
37+
financial_summary_v1:
38+
version: 1.0.0
39+
description: Financial analysis
40+
system: |
41+
You are a financial analyst.
42+
user: |
43+
Metrics:
44+
- Revenue: {revenue}
45+
- Costs: {costs}
46+
- Margin: {margin}
47+
48+
Provide:
49+
1. Health assessment
50+
2. Key trends
51+
3. Risk factors
52+
4. Recommendations

0 commit comments

Comments
 (0)