fix: REMOVED REPEAT SUMMARIZE BRUH

This commit is contained in:
Rushil Umaretiya 2023-03-05 02:55:34 -05:00
parent a6b7338308
commit d337240c0b

View File

@ -69,10 +69,6 @@ app.post("/respond", async (req, res) => {
transferSession(req.body.CallSid, operatorPhone);
twiml.say("We're connecting you to a counselor now.");
await addMessage(callId, Role.BOT, "");
let summary = await summarize(callId);
console.log(summary);
const dial = twiml.dial({});
dial.number(operatorPhone);
res.type("text/xml");