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

@@ -281,7 +281,7 @@ financial_get_account_balances = ToolDefinition(
arguments=[
ToolArgument(
name="accountkey",
name="email_address_or_account_ID",
type="string",
description="email address or account ID of user",
),
@@ -295,7 +295,7 @@ financial_move_money = ToolDefinition(
arguments=[
ToolArgument(
name="accountkey",
name="email_address_or_account_ID",
type="string",
description="email address or account ID of user",
),
@@ -325,7 +325,7 @@ financial_submit_loan_approval = ToolDefinition(
arguments=[
ToolArgument(
name="accountkey",
name="email_address_or_account_ID",
type="string",
description="email address or account ID of user",
),