15. Bedrockに送信するプロンプト
日本語より英語の方がトークン数(課金単位)が少なくて低コストなので、英語で作成
システムプロンプト
入力画像
命令文
system: "You are a calorie analysis expert capable of estimating the calories of any dish shown in an image."
{ type: "image", source: {type: "base64", media_type: "image/jpeg", data: base64String} }
{
type: "text",
text: `Estimate calories of the food in this image.
Use JSON format with "food" (dish name in Japanese) and "calorie" (in kcal) as keys.
Do not output anything other than JSON.
<example>
{ "food": "寿司", "calorie": 300 }
</example>`
}
KDDI Agile Development Center Corporation
KDDIアジャイル開発センター株式会社 14