Query tool in Workflow
# support
s
How can we use a query tool effectively in workflow because right now I’m using a query tool which have my knowledge base and my work flow is not triggering query tool to answer the questions. How to resolve this. https://cdn.discordapp.com/attachments/1391113688643146000/1391113689016565830/IMG_3355.jpg?ex=686ab715&is=68696595&hm=763c0f6d4391b2a1b0e4e7337e750a2f4584c16754dfc594481594d48d6d6a89&
w
Option A) Build a custom tool in vapi. Set the server address to n8n Webhook (to recieve data). connect an ai agent in n8n that gets your query from Vapi and searches through the KB to find the answer ( a google sheet tool). // This works but its slower....3-5 sec time to responds Option B) Use the example to implement the method to retrieve info https://docs.vapi.ai/assistants/examples/docs-agent This is fast. Both methods are tested and work perfectly...
c
Can you provide the call ID and timestamp? Also, can the query tool be used inside the workflow?