UNPKG

node-red-contrib-chatbot

Version:

REDBot a Chat bot for a full featured chat bot for Telegram, Facebook Messenger and Slack. Almost no coding skills required

5 lines (4 loc) 134 B
const isFunctionResponse = msg => { return msg?.['chatgpt-function-call']?.call_id != null; }; module.exports = isFunctionResponse;