File size: 2,221 Bytes
516495b
 
4e7a19c
66e5b25
516495b
 
 
66e5b25
4e7a19c
516495b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4e7a19c
516495b
 
 
 
 
 
 
 
 
 
4e7a19c
 
516495b
 
 
 
4e7a19c
516495b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4e7a19c
516495b
 
 
 
 
 
 
 
 
 
4e7a19c
66e5b25
516495b
 
 
66e5b25
516495b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4e7a19c
516495b
 
 
 
 
 
 
 
 
 
4e7a19c
 
516495b
 
 
 
4e7a19c
516495b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4e7a19c
516495b
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
class CalculationPrompts:
    competitive = """## Task

Think about whether this supplier is essential for buying company day-to-day operations, answer on the question below and set a score. 

Question:
```
How dependent is buying company business on this supplier for critical operations?
```	

## Data

**Supplier**:
```
{supplier}
```

**Category**:
```
{category}
```

**Buying Company**:
```
{buying_company}
```{context}

## JSON Response format

```json
{
  "score": integer
}

- [score]: Numerical score between 1 and 4. 1 = Many, 4 = Very few."""
    supplier = """## Task

Evaluate whether this supplier faces competition or has significant market control, answer on the question below and set a score.

Question:
```
How competitive is the market where this supplier operates?
```		

## Data

**Supplier**:
```
{supplier}
```

**Category**:
```
{category}
```

**Buying Company**:
```
{buying_company}
```{context}

## JSON Response format

```json
{
  "score": integer
}

- [score]: Numerical score between 1 and 4. 1 = Highly competitive, 4 = Monopoly/Oligopoly."""
    business = """## Task

Reflect on how important buying company business is to this supplier’s overall revenue, answer on the question below and set a score. 

Question:
```
How dependent is the supplier on buying company organization for their revenue?
```

## Data

**Supplier**:
```
{supplier}
```

**Category**:
```
{category}
```

**Buying Company**:
```
{buying_company}
```{context}

## JSON Response format

```json
{
  "score": integer
}

- [score]: Numerical score between 1 and 4. 1 = Not dependent, 4 = Highly dependent."""
    critical = """## Task

Think about whether this supplier provides something that others cannot easily replicate, answer on the question below and set a score. 

Question:
```
How critical is this supplier for delivering unique or differentiated products/services?
```		

## Data

**Supplier**:
```
{supplier}
```

**Category**:
```
{category}
```

**Buying Company**:
```
{buying_company}
```{context}

## JSON Response format

```json
{
  "score": integer
}

- [score]: Numerical score between 1 and 4. Think about whether this supplier provides something that others cannot easily replicate."""