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

@@ -333,6 +333,9 @@ financial_submit_loan_approval = ToolDefinition(
name="amount",
type="string",
description="amount requested for the loan",
),
],
)
# ----- ECommerce Use Case Tools -----
ecomm_list_orders = ToolDefinition(