Created
August 31, 2025 14:56
-
-
Save samirsaci/359a9c0b83cf6dbc5b66015b08269801 to your computer and use it in GitHub Desktop.
AI Agent Budget Planning - Input Parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "params": | |
| { | |
| "objective": | |
| "Return On Investment", | |
| "budget_year1": | |
| 1250000, | |
| "budget_year2": | |
| 1500000, | |
| "budget_year3": | |
| 1750000, | |
| "set_min_budget": | |
| true, | |
| "min_budget_objective": | |
| "Sustainability", | |
| "min_budget_perc": | |
| 20 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment