initialize_new_month
Start a new monthly expense tracking period for a person, and prompt to confirm if their salary has changed for the new month.
Instructions
Initiates a new tracking month for a person. Explicitly prompts for whether their salary has updated for this new month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| month | Yes | ||
| new_salary_amount | No | ||
| has_salary_changed | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |