Implement a ChatBot for Customer Service + Webhook to Help-Desk API when done #2568
Unanswered
TheMasterFX
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to implement a chatbot for Customer Service but I have problems to get this with flowise.
I created a system prompt which leads to a behavior of the LLM like so:
If all information is received the LLM outputs a JSON which is send via Webhook to an existing User-Helpdesk system.
It seems like impossible with flowise, since with the LLM Chain I don't have a history (so there is no real conversation to collect all information). Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions