place_drink_order
Place a drink order by capturing customer name, drink selection, sweetness, ice level, and optional toppings. If sugar or ice details are missing, prompts for them to complete the order.
Instructions
執行飲品點餐工具。當使用者表達想喝飲料或點餐時,請呼叫此工具。
參數說明:
name: 訂購人的姓名 (請務必取得姓名)。
drink_name: 飲料名稱 (AI 會自動比對最接近的品項)。
spec: 甜度與冰量。必須包含糖度與冰量資訊 (例如:微糖少冰)。 如果使用者資訊不足,請主動追問。
topping: 加料內容 (如:粉粿、寒天),若無則預設為『無』。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| spec | Yes | ||
| topping | No | 無 | |
| drink_name | Yes |