back to claud 3.5

prompts and adding list-agents automatically in goal registry
fixing some finserv tool args
This commit is contained in:
Joshua Smith
2025-04-21 09:55:45 -04:00
parent ebb12feafa
commit 2a1624f621
6 changed files with 31 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ class TxResult:
#demonstrate starting a workflow and early return pattern while the workflow continues
async def submit_loan_application(args: dict) -> dict:
account_key = args.get("accountkey")
account_key = args.get("email_address_or_account_ID")
amount = args.get("amount")
loan_status: dict = await start_workflow(amount=amount,account_name=account_key)