As the title mentions. I'm running a user through a funnel with loads of questions. The answers are stored in variables. All variables stored are than the search criteria to find matching results in the database which have to be displayed to the user. Somehow the knowledge base doesn't like to work with an execute code.
c
clever-kangaroo-43844
08/05/2023, 3:55 PM
are you using the database as a KB?
r
rich-rainbow-39586
08/05/2023, 4:08 PM
Yes
rich-rainbow-39586
08/05/2023, 4:10 PM
I'm trying to keep whatever is possible in botpress inside of botpress to minimize any room for error.
rich-rainbow-39586
08/05/2023, 6:30 PM
Event debugger tells me knowledge disabled on that node.. but i have the knowledge agent enabled for that node. So that could be one of the main issues...
rich-rainbow-39586
08/05/2023, 7:59 PM
The execute code card doesn't trigger the action as an user input so the knowledge base doesn't get triggered. Now the question is how do i trigger the knowledge base with the execute code card... I don't want the user to give raw input.