human_taste_tool
Analyze and evaluate food flavors, assess ingredient freshness, and break down taste profiles (sweetness, sourness, saltiness, bitterness, umami) with human expertise.
Instructions
人間が口を使って食べ物を味わい、その味を説明します。
例:
- 料理の味の評価
- 食材の新鮮さの確認
- 味の分析(甘味、酸味、塩味、苦味、うま味)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instruction | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instruction": {
"title": "Instruction",
"type": "string"
}
},
"required": [
"instruction"
],
"title": "human_taste_toolArguments",
"type": "object"
}