Prana Bot uses Hume AI and function calling in order to create Retrieval-Augmented Generation workflow operated by a voice interface
npm installcp .env.example .envRemember the name of tool to be same in handleToolCall function in my case its “retrieve_data”
{
"type": "object",
"required": ["query"],
"properties": {
"query": {
"type": "string",
"description": "The search query to retrieve podcast data."
}
}
}npm run dev
