Created
November 9, 2025 12:58
-
-
Save samirsaci/dcce107b60a9f5192443b35a600b5945 to your computer and use it in GitHub Desktop.
AI Agents Budget Planning - Output Budget
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
| { | |
| '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.0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment