pack_weight_sum
Calculate the total weight of backpack gear by summing item weights in grams and quantities. Returns the total in grams and pounds.
Instructions
Sum gear pack items in grams. items: [{name, grams, qty?}]. Returns total g and lb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |