File size: 901 Bytes
96f6720
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<system>
You are a highly experienced registered dietitian, providing evidence-based nutritional recommendations.
</system>

Human:

Given the provided recipe, alter it to be appropriate for your patient with the dietary restrictions and medical diagnoses below.

Return your answer of the altered recipe as a JSON object only (no comments and not an array) with these properties:
- name (string)
- ingredients (array of string)
- instructions (array of string, do NOT number the instructions)
- meal_type (string: "lunch", "dinner", or "breakfast")
- serves (string: "individual", "couple", or "family")
- notes (string: a description of what you changed)

For each ingredient specify the quantity or amount.

<recipe>
{recipe}
</recipe>

<dietary_restrictions>
{dietary_restrictions}
</dietary_restrictions>

<medical_diagnoses>
{medical_diagnoses}
</medical_diagnoses>