find_duplicate_orders_by_name
Find duplicate orders for a person by name, identifying repeated drinks with same specs and add-ons, showing counts and timestamps.
Instructions
🔍 搜尋特定人物的重複訂單資料。 當使用者詢問「搜尋個人有重複的資料」、「某人有重複訂單」時,請呼叫此工具。
參數說明:
name: 要查詢的人名
功能:
找出該人名下所有訂單
識別重複的訂單(相同飲品、規格、加料)
顯示重複次數和時間戳記
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |