Default to dummy data for tracking package

This commit is contained in:
Laine
2025-04-17 10:09:58 -04:00
parent 77942b19a1
commit 4410f30642
6 changed files with 208 additions and 15 deletions

View File

@@ -371,7 +371,9 @@ goal_fin_loan_application = AgentGoal(
"user_confirmed_tool_run: <user clicks confirm on FinCheckAccountSubmitLoanApproval tool>",
"tool_result: { 'status': submitted, 'detailed_status': loan application is submitted and initial validation is complete, 'confirmation id': 333421, 'next_step': You'll receive a confirmation for final approval in three business days }",
"agent: I have submitted your loan application process and the initial validation is successful. Your application ID is 333421. You'll receive a notification for final approval from us in three business days. "
]
),
)
# ----- E-Commerce Goals ---
#todo: add goal to list all orders for last X amount of time?
# this tool checks account balances, and uses ./data/customer_account_data.json as dummy data