expense_forecast
Predict future expenses using historical financial data to create accurate budget forecasts and financial planning projections.
Instructions
Forecast future expenses based on historical data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
monthsAhead | No |
Input Schema (JSON Schema)
{
"properties": {
"monthsAhead": {
"default": 12,
"type": "number"
}
},
"type": "object"
}