fixing some post-merge bugs

This commit is contained in:
Joshua Smith
2025-04-17 08:59:15 -04:00
parent 6383614076
commit cf55f0eaee
2 changed files with 6 additions and 0 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(