Spaces:
Running
Running
<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> | |