shopping_plan
Turn a shopping list into a trip plan: assign each item to a local store based on weekly deals and your ZIP code.
Instructions
Turn a shopping list into a trip plan: which store to buy each item at.
Args: items: things you want to buy, e.g. ["chicken thighs", "blueberries"]. zip_code: 5-digit US ZIP code. Optional if GROCERY_ZIP is set. max_stores: how many stores you're willing to visit (default 2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| zip_code | No | ||
| max_stores | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |