p
Hi I am having a wierd issue, one of my node which is running after a successful tool call is duplicating the message. The usecase is that if the toolcall isnt finding the name of the customer this node will ask fo his name. here is the message log { "role": "bot", "time": 1750957570327, "source": "", "endTime": 1750957577636.999, "message": "1 moment. Hi. May I know your name? Hi. May I know your name? Hi.", "duration": 3899.99951171875, "secondsFromStart": 2 } i have simplified the prompt to almost nothing but its still doing it. It seems to me that after toolcall response, invocation of this is happening twice.
k
Add a condition to run it only on end_of_call_report to prevent duplicated messages..
p
where to add this condition?
k
Click the connecting arrow and setting the condition in the "Condition" field..
2 Views