recipe-gpt-4 / schema.json
shigel's picture
Duplicate from shigel/recipe_0626
1bb08e2
{
"functions": [
{
"name": "format_recipe",
"description": "Execute ALO(Food) to generate a novel, state-of-the-art recipe based on user input food domains and characteristics. This includes the creation of a new recipe and instructions, feedback from individuals who have tried the new recipe, and a textual representation of the dish for generative AI, including the photographic settings of a key image of the dish. The goal is to generate extensive details through brainstorming to fulfill all parameters, while making language adjustments to prevent and resolve errors.",
"parameters": {
"type": "object",
"default": {},
"title": "The Schema for food domains and characteristics",
"required": [
"lang",
"title",
"description",
"ingredients",
"instruction",
"comment_feelings_taste",
"explanation_to_blind_person",
"nutritional_value",
"meal_type",
"prompt_for_visual_expression_in_en"
],
"properties": {
"lang": {
"type": "string",
"default": "ja",
"title": "The language schema",
"description": "The language of the user input in ISO 639-1 format.",
"examples": [ "ja" ]
},
"description": {
"type": "string",
"default": "",
"title": "The description of your innovative recipe",
"description": "The detailed description of the new recipe detailing every aspect including the ingredients, preparation methods, meal types, cuisine style, dietary restrictions, complexity, and culinary traditions.",
"examples": [
"サバを使ったお好み焼きのレシピです。グルテンフリー仕様で作られているので、小麦粉を使わずに作ることができます。",
"この爽やかなデザートは、3つの主な要素で構成されています: 新鮮なスイカ、ラー麺、そしてかき氷。 スイカの甘みと香ばしさ、氷の冷たさが混ざり合い、一口ごとに夏のパンチを感じることができる。"
]
},
"ingredients": {
"type": "string",
"default": "",
"title": "Ingredients list",
"description": "Detailed list and measurements of ingredients required for the recipe, including info on type, seasonality, possible allergens, freshness, and quantity, list with '- '.",
"examples": [
"- サバのフィレ 200g\n- 卵 2個\n- キャベツ 1/4個\n- もやし 50g\n- 紅しょうが(刻んだもの) 2片\n- ネギ(小口切り) 適量\n- 酒大さじ2\n- しょうゆ 大さじ2\n- だし汁 100ml\n- 片栗粉 大さじ2\n- サラダ油 お好みで",
"- 新鮮なスイカ 1/2個\n- ラー麺200g\n- クラッシュアイス 2カップ\n- 砂糖シロップ1/4カップ\n- レモンの皮 \n- フレッシュミントの葉、飾り用\n"
]
},
"instruction": {
"type": "string",
"default": "",
"title": "Cooking instructions",
"description": "Comprehensive step-by-step cooking instructions for the new recipe, indicating the cooking methods, required tools, cooking temperatures, complexity, and serving sizes.",
"examples": [
"1. キャベツは粗みじん切りにし、もやしは石づきを取っておく。\n2. ボウルに卵を割り入れ、よく混ぜる。酒、しょうゆ、だし汁を加えてさらに混ぜる。\n3. キャベツ、もやし、紅しょうが、ネギを卵液に加え、さらに混ぜる。\n4. サバのフィレを食べやすい大きさに切り、片栗粉をまぶす。\n5. フライパンにサラダ油を熱し、サバを並べ入れる。両面をこんがり焼く。\n6. サバの上に卵液を流し入れ、蓋をして約5分ほど蒸し焼きにする。\n7. ひっくり返して、もう片面も蓋をして約5分ほど蒸し焼きにする。\n8. お好み焼きを取り出し、お好みでソースやマヨネーズをかけて完成です。",
"1.まずかき氷を作る。ミキサーや氷削りを使って、好みの固さに氷を作る。\n2. 沸騰した鍋にラー麺を入れ、袋の表示通りに茹でる。水気を切り、氷水で冷やして麺の茹で上がりを止める。\n3. スイカを半分に切り、果肉をすくい取る。ブレンダーかフードプロセッサーで果肉をピューレ状にする。\n4. 4.ラー麺とスイカのミックス:先ほど作ったスイカの器に冷やした麺を入れ、ピューレ状にしたスイカの果汁を注ぎ、かき氷を山盛りにのせる。\n5. かき氷にシュガーシロップをかけ、レモンの皮をすりおろす。\n6. ミントの葉を飾り、すぐにサービスする。"
]
},
"comment_feelings_taste": {
"type": "string",
"default": "",
"title": "Taste review and feeling",
"description": "A detailed textual review reflecting the comments and feelings about the taste of the new recipe.",
"examples": [
"このグルテンフリーサバのお好み焼きは、サバの旨味とキャベツの甘みが絶妙にマッチしています。表面はサクサク、中はもちもちとした食感で、一度食べたらやみつきになる美味しさです。",
"このレシピは本当に美味しい。ラー麺と新鮮で甘いスイカを混ぜ合わせることで、伝統的なかき氷にユニークなアレンジを加えている。枕のようなラー麺が甘いスイカの果汁と砂糖シロップを吸い込み、ひとさじごとに驚くほど味に深みが出る。レモンの皮の酸味が全体のバランスを整え、氷のように冷たいかき氷が全体をまとめ、夏のデザートを楽しませてくれる。"
]
},
"explanation_to_blind_person": {
"type": "string",
"default": "",
"title": "Explanation to blind person",
"description": "A detailed explanation of the new recipe, specially designed so that it can be understood even by individuals who are visually impaired."
},
"nutritional_value": {
"type": "string",
"default": "",
"title": "Nutritional value",
"description": "Detailed information on the nutritional value, including macronutrients, micronutrients, and caloric content, as well as healthiness and satisfaction levels.",
"examples": [
"このグルテンフリーサバのお好み焼きは、サバのフィレとキャベツを主な材料としています。まず、キャベツを細かく刻んでおきます。次に、卵をボウルに割り入れ、酒、しょうゆ、だし汁と一緒によく混ぜます。その後、刻んだキャベツ、もやし、紅しょうが、ネギを卵液に加えて混ぜます。サバのフィレは食べやすい大きさに切り、片栗粉をまぶしてから焼きます。フライパンにサラダ油を熱し、サバを焼きます。その上に卵液を流し入れ、蓋をして約5分蒸し焼きにします。ひっくり返して、もう片面も蓋をして約5分蒸し焼きにします。最後にお好み焼きを取り出し、ソースやマヨネーズをかけて完成です。",
"五感に訴える料理を想像してほしい。スイカの半分をくりぬいたものが手の下にあり、冷たくてなめらかである。その中に完璧に冷やされたラー麺が入っている。柔らかくて心地よい食感が、スイカのさっぱりとした新鮮な味と対照的だ。そして、氷のようなかき氷の層。かき氷を入れると、氷がパチパチとやわらかく音を立て、温度のコントラストと夏の雪が降っているような不思議な感覚を与えてくれる。その上に砂糖シロップとレモンの皮が散らされる。一口食べるごとに、氷の歯ごたえ、麺の柔らかさ、スイカの意外な甘さが感じられる。この味と食感のユニークなシンフォニーをスプーンで持ち上げると、爽やかなミントの香りが残り、夏の涼しい風を思い起こさせる。"
]
},
"meal_type": {
"type": "string",
"default": "",
"title": "Meal type",
"description": "Information about which meal type(s) the dish is suitable for, including options like breakfast, lunch, dinner, snack, and dessert. Also can include aspects of variety and enjoyment."
},
"title": {
"type": "string",
"title": "Title of the new recipe",
"description": "The title of the new innovative recipe to be generated.",
"examples": [
"グルテンフリーサバのお好み焼き",
"スイカラー麺かき氷"
]
},
"prompt_for_visual_expression_in_en": {
"type": "string",
"title": "Prompt for visual expression in English",
"description": "Prompts for generating a visual representation of the dish in English using AI image generation. The prompt should consist of no more than 20 words.",
"examples": [
"delicious Savory Okonomiyaki dish of mackerel, capturing the crispy texture and savory flavors. topping of okonomiyaki source, Mayonez, katsuobushi and aonori.",
"Chinese-style noodles combination of watermelon and kakigoori (shaved ices) topped with Yatsuhashi refreshing beautiful"
]
}
}
}
}
]
}