{"version":3,"file":"ChatBotContext.mjs","names":["createContext","ChatBotContext","messageHistory","addMessage","removeMessageHistory","removeLoadingMessage"],"sources":["../../../src/utilities/chatBot/ChatBotContext.ts"],"sourcesContent":["import { createContext } from 'react';\n\nexport const ChatBotContext = createContext<{\n  messageHistory: any;\n  addMessage: any;\n  removeMessageHistory: any;\n  removeLoadingMessage: any;\n} | null>(null);\n\n"],"mappings":";;AAEA,MAAaC,iBAAiBD,cAKpB,KAAK"}