what to type in the standard node when i want the ...
# 🤝help
a
my bot just skips when it doesnt know the answer and recurs back to the question of "how can I help you?". what do i need to do for the bot to say that it doesnt know the answer whhen it doesnt know the answer ? Is there a specific condition type I need to give?
b
I've done this. To do it I used an AI task to specify that when it doesn't know the answer it should reply something I wanted and saved that to a variable then just used it
a
if you mean the knowledge agent's answers, make an expression !turn.KnowledgeAgent.answer and send it to another node where you will write what you want in the txt ... if you want it to return to the previous query below the txt, put an expression card and send it to the previous one (see picture )

https://cdn.discordapp.com/attachments/1142432649466626148/1142454012617179136/iturn.png

b
you could try that, what I used to do is use the AI Task card and enter there the details then say "if you don't know the answer, say 'whateer I need to say' "
h
Like @agreeable-cricket-15390 I use a fallback card, where I : 1) tell the user that I don't have the answer, 2) give them contact details to speak to a real person and 3) ask them to try again by rephrasing the question. Then direct them back to the orignal question card.

https://cdn.discordapp.com/attachments/1142432649466626148/1142567596806377553/image.png

a
even after writing "!turn.knowledgeagent.responded" in the condition type , it is not working, what am I supposed to do now?
h
Can you share a screenshot of your flow
a
yes i'll do that

https://cdn.discordapp.com/attachments/1142432649466626148/1143454343144673310/Screenshot_105.png

even after typing !turn.knowledgeagent.answer it does not work
what should I do?

https://cdn.discordapp.com/attachments/1142432649466626148/1143456280128802816/image.png

a
You must put card "always" on the end of noode.
a
it is still not working
can you send me an example and do it?
a
Raw input ( chnage this single choice ) - !turn.knowledgeagent.answer - always ... the cards should go in this order .
If you don't get an answer, add after the raw input text card turn.knowledgeagent.answer
a
okay i will make it and send you a screenshot
hey thanks
got it
a
YAW
2 Views