human_nose_tool
Detect odors, assess scents, and verify freshness using human nose capabilities. Ideal for food safety checks, gas leak detection, and fragrance evaluation.
Instructions
人間が鼻を使って匂いを確認します。
例:
- 食べ物の新鮮さの確認
- ガス漏れなどの危険な匂いの検知
- 香りの評価
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instruction | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instruction": {
"title": "Instruction",
"type": "string"
}
},
"required": [
"instruction"
],
"title": "human_nose_toolArguments",
"type": "object"
}