Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages