From 85c532ae33f3ba3e9534877b3302998a6ee3fcb0 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Sun, 5 Mar 2023 02:13:09 -0500 Subject: [PATCH] fix: removed name ask from inital prompt --- src/call.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/call.js b/src/call.js index da6ad27..206c1f6 100644 --- a/src/call.js +++ b/src/call.js @@ -41,9 +41,7 @@ app.post("/receive", async (req, res) => { model: "experimental_conversations", }); - gather.say( - "Welcome to the suicide hotline. Tell me your name and what's going on?." - ); + gather.say("Welcome to the suicide hotline. Tell me what's going on?."); log.info(twiml.toString());