-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.json
23 lines (22 loc) · 1014 Bytes
/
temp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{"workflow":
{
"activity_list": [
{"1": "You are required to select a suitable engine architecture for a new aircraft design."},
{"2": "You are required to perform an optimisation routine on a HP turbine disk."},
{"3": "You are required to write a paper on Multi-disciplinary optimisation."}
],
"task_list": [
{
"1": {
"detail": "Future Aircraft Systems Ltd are designing a new blended composite wing body transport aircraft, they require Rolls-Royce to respond with an initial architecture. We already have the high-level requirements"},
"requirements": [
{"1": "Initial Cost requirement"},
{"2": "Thrust requirement"},
{"3": "Fuel Efficiency requirement"},
{"4": "Operational cost efficiency requirement"},
{"5": "Weight requirement"}
]
}
]
}
}