Knowledge base result not used by voice assistant

Hey guys,

I'm trying the full custom knowledge base, i've a webhook that is called when i ask informations to the assistant.

What i'm testing is simple:
  • "Can you tell me how old i am"
And I try to return a static answer:
  • "You are 30 years old"
You can see the knowledge-base is correctly queried in this call log : 019a37d9-f4f2-7ff0-82f0-1c479242798c
You can also see the data i return:
attributes.response.data.message.content: you are 30 years old
attributes.response.data.message.role: assistant


You can see on the call log that the AI does not use the answser from the knowledge base,

What am I missing ?

Thanks !
Was this page helpful?