shigeru saito commited on
Commit
a83d771
·
1 Parent(s): 7c970ce

プロンプトを例示を追加

Browse files
Files changed (1) hide show
  1. schema.json +5 -1
schema.json CHANGED
@@ -102,7 +102,11 @@
102
  "type": "string",
103
  "default": "",
104
  "title": "Prompt for visual expression in English",
105
- "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."
 
 
 
 
106
  }
107
  }
108
  }
 
102
  "type": "string",
103
  "default": "",
104
  "title": "Prompt for visual expression in English",
105
+ "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.",
106
+ "examples": [
107
+ "A visually appealing image of the delicious Savory Saba Okonomiyaki dish, capturing the crispy texture and savory flavors.",
108
+ "A visually refreshing combination of watermelon ramen and shaved ice topped with Yatsuhashi."
109
+ ]
110
  }
111
  }
112
  }