Skip to content

Commit 05b2ef8

Browse files
committed
Clean up transfer result
1 parent a4a0511 commit 05b2ef8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ runs:
7979
echo "Did not pass Staff Test"
8080
exit 1
8181
fi
82-
echo "Address Test Passed"
82+
echo "Staff Test Passed"

SpringAI/src/main/java/cloud/cleo/squareup/tools/TransferCall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public StatusMessageResult transfer(TransferCallRequest r, ToolContext ctx) {
2929

3030
return new StatusMessageResult(
3131
"SUCCESS",
32-
"The caller is now ready to be transferred to " + r.transferNumber()
32+
"The caller is now ready to be transferred to " + r.transferNumber() + ". Do not ask further questions, just say you will now be transferred."
3333
);
3434
}
3535

0 commit comments

Comments
 (0)