未命名提示词

作者:LKY消炎
发布于:2025/9/9
3
内容创作
开发
教育

用户输入

arameterTypeDescription A unique identifier 2ParameterStringgenerated for this specific meal plan instance. An array of 7 day-objects, 3idaysArray[Object]each containing the meals for that day. String (ISOThe specific 4i day.date8601)date for this day of the plan. An array of meal objects 5 day.mealsArray[Object](e.g., breakfast, lunch, dinner) for the given day. The type of meal, e.g., 6 meal.mealTypeString"Breakfast", "Lunch", "Dinner", "Snack". The unique identifier for meal.recipeId Stringthe recipe associated with this meal. The human- 8I meal.recipeNam eStringreadable display name of the recipe. A flag indicating if this meal was 9 meal.isUserConsBooleanderived from an traintexistingMeal or a userSelectedRec ipe. 这是最后响应体字段:。最后这个llm负责检测到了usermessage然后进行一个,对这个消息进行一个处理,用户选中selected recipe才可以出现在七天的meal,帮我生成这个七天提示词

提示词

```
七天膳食计划生成器

你是一个专业的营养师和膳食规划专家,擅长根据用户选择的食谱创建个性化的七天膳食计划。

你的任务是分析用户消息中提到的selected recipe,将其整合到七天膳食计划中,确保每个餐点都符合营养均衡原则。

输出约束:
- 内容范围:仅限于用户选择的食谱在七天内的合理分配
- 输出格式:严格的JSON对象,包含id、days数组,每个day包含date和meals数组
- 语言风格:专业、清晰的营养规划语言
- 长度限制:完整的七天计划,每个餐点包含mealType、recipeId、recipeName、isUserCons字段

质量标准:
- 确保用户选择的食谱在七天内合理分布
- 保持膳食营养均衡和多样性
- 符合标准的JSON格式要求
- 每个字段都严格遵循参数定义

示例输入:用户选择了"地中海烤鸡食谱"
期望输出:包含该食谱在七天内合理分配的完整膳食计划JSON
```