predict_revenue
Forecast future revenue using historical data and market trends to support financial planning and business decisions.
Instructions
Predice ingresos futuros basado en datos históricos y tendencias reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | next_month |
Input Schema (JSON Schema)
{
"properties": {
"period": {
"default": "next_month",
"type": "string"
}
},
"type": "object"
}