{"version":3,"file":"useChatBot.mjs","names":["useContext","ChatBotContext","useChatBot"],"sources":["../../../src/utilities/chatBot/useChatBot.ts"],"sourcesContent":["import { useContext } from \"react\";\nimport { ChatBotContext } from \"./ChatBotContext\";\n\nexport const useChatBot = (): {\n    messageHistory: any,\n    addMessage: any,\n    removeMessageHistory: any,\n    removeLoadingMessage: any} | null => {\n    return useContext(ChatBotContext);\n}\n"],"mappings":";;;AAGA,MAAaE,mBAAa;AAAA,QAKfF,WAAWC,eAAe"}