Spaces:
Sleeping
Sleeping
update
Browse files
idreamers/api/calculation/prompts.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
class CalculationPrompts:
|
2 |
competitive = """## Task
|
3 |
|
4 |
-
Think about whether this supplier is essential for
|
5 |
|
6 |
Question:
|
7 |
```
|
8 |
-
How dependent is
|
9 |
```
|
10 |
|
11 |
## Data
|
@@ -69,11 +69,11 @@ How competitive is the market where this supplier operates?
|
|
69 |
- [score]: Numerical score between 1 and 4. 1 = Highly competitive, 4 = Monopoly/Oligopoly."""
|
70 |
business = """## Task
|
71 |
|
72 |
-
Reflect on how important
|
73 |
|
74 |
Question:
|
75 |
```
|
76 |
-
How dependent is the supplier on
|
77 |
```
|
78 |
|
79 |
## Data
|
|
|
1 |
class CalculationPrompts:
|
2 |
competitive = """## Task
|
3 |
|
4 |
+
Think about whether this supplier is essential for buying company day-to-day operations, answer on the question below and set a score.
|
5 |
|
6 |
Question:
|
7 |
```
|
8 |
+
How dependent is buying company business on this supplier for critical operations?
|
9 |
```
|
10 |
|
11 |
## Data
|
|
|
69 |
- [score]: Numerical score between 1 and 4. 1 = Highly competitive, 4 = Monopoly/Oligopoly."""
|
70 |
business = """## Task
|
71 |
|
72 |
+
Reflect on how important buying company business is to this supplier’s overall revenue, answer on the question below and set a score.
|
73 |
|
74 |
Question:
|
75 |
```
|
76 |
+
How dependent is the supplier on buying company organization for their revenue?
|
77 |
```
|
78 |
|
79 |
## Data
|