Compare two days
nourish_compare_daysCompare two days of nutrition intake side by side. See differences in calories, protein, carbs, fat, fiber, sugar, and sodium, broken down by meal type, to track daily changes.
Instructions
Compute a per-nutrient diff between two days' summaries. Returns deltas (date_b - date_a) for calories, protein, carbs, fat, fiber, sugar, sodium plus what changed by meal type. Useful for 'how was today vs yesterday?' coaching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_a | Yes | First date (the 'baseline' to compare against). | |
| date_b | Yes | Second date (the 'newer' / comparison date). | |
| response_format | No | json |