log_expense
Log an expense to track monthly spending, deduct it from your salary, and see the updated remaining balance.
Instructions
Adds a new expense to the month's total. Deducts it from the salary and instantly computes the remaining balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| month | Yes | ||
| description | Yes | ||
| amount_in_dollars | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |