From 47c4b99f2c17bc008539df6a26b00f5404740e90 Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Tue, 22 Apr 2025 15:16:33 -0400 Subject: [PATCH] adjusting loan sample conversation --- tools/goal_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goal_registry.py b/tools/goal_registry.py index 33e227c..a25cd0c 100644 --- a/tools/goal_registry.py +++ b/tools/goal_registry.py @@ -363,7 +363,7 @@ goal_fin_loan_application = AgentGoal( example_conversation_history="\n ".join( [ "user: I'd like to apply for a loan", - "agent: Sure! I can help you out with that. May I have account number for confirmation?", + "agent: Sure! I can help you out with that. May I have account number and email address to validate your account?", "user: account number is 11235813", "user_confirmed_tool_run: ", "tool_result: { 'status': account valid }",