Skip to content

iAdtya/prana_client

Repository files navigation

Prana

Prana Bot uses Hume AI and function calling in order to create Retrieval-Augmented Generation workflow operated by a voice interface

chat

Start the project

npm install
cp .env.example .env

Tool Schema

Remember the name of tool to be same in handleToolCall function in my case its “retrieve_data”

schema

{
  "type": "object",
  "required": ["query"],
  "properties": {
    "query": {
      "type": "string",
      "description": "The search query to retrieve podcast data."
    }
  }
}
npm run dev

About

Prana Bot uses Hume AI and function calling in order to create Retrieval-Augmented Generation workflow operated by a voice interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors