FlowiseAI / FlowiseChatEmbed

332 stars 1.35k forks source link

How to expose functions within the Bot Component? #273

Open howardtokka opened 2 weeks ago

howardtokka commented 2 weeks ago

Hello, I want to send a message on behalf of a user using the handleSubmit() function within the Bot component. How can I expose it to the top Chatbot level?

I am using the Fullpage Embded

I want to do something like Chatbot.handleSubmit(messages)