Created
November 9, 2025 13:07
-
-
Save samirsaci/d3d54f4d324187f17e83d5252baee38b to your computer and use it in GitHub Desktop.
AI Agent Budget Planning - Parsed Params
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
| Parsed params: { | |
| 'objective': 'Return On Investment', | |
| 'budget_year1': 1250000, | |
| 'budget_year2': 1500000, | |
| 'budget_year3': 1750000, | |
| 'set_min_budget': False, | |
| '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