Is there `console.log` in vapi.ai 's
# general-english
h
Is there
console.log
in vapi.ai 's system prompt ? My agent is gone away after voice message “Please hold on. I am creating your reservation.” There are 3 substeps in Step 8. I am not sure which substep makes issue. So, I want to console.log(PersonCounts), console.log(Reservation), console.log(Reservations) And I want to see these printed logs in call log Currently, I am using webhook to check variable values. It 's hard for me. 😭 https://cdn.discordapp.com/attachments/1211484481848873020/1399210310501662921/image.png?ex=6888d466&is=688782e6&hm=a61e24929f2009e30d90b5df236493264fa0144a52b513734b4b0a580fa2ca49&
k
You can’t use console.log() in Vapi system prompts, debug by logging variables like PersonCounts, Reservation, and Reservations inside your webhook handler.. https://docs.vapi.ai/debugging
2 Views