From 05041f943361f1b5ac63d5d8893edf6a812a4983 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Fri, 25 Apr 2025 07:25:29 -0700 Subject: [PATCH] prompt eng on money movement args --- tools/tool_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tool_registry.py b/tools/tool_registry.py index c6f8398..e70d908 100644 --- a/tools/tool_registry.py +++ b/tools/tool_registry.py @@ -314,7 +314,7 @@ financial_move_money = ToolDefinition( ToolArgument( name="email_address_or_account_ID", type="string", - description="email address or account ID of user", + description="email address or account ID of user (you will need both to find the account)", ), ToolArgument( name="accounttype",