Buraq Help Center
ProductsBook a demo
  • πŸ˜ƒWelcome to Buraq
    • Buraq Basics
  • 🏁Getting Started
    • Building a Chatbot
    • Testing a Chatbot
    • Installation
      • Installation on Website
        • Installation using HTML
        • Installation using Google Tag Manager
      • Installing on Wordpress
      • Installing on SquareSpace
      • Installation on WhatsApp
      • Installation on Facebook
    • Deploying a Chatbot
    • Utility Tools
  • 🟦ACTION BLOCKS
    • Trigger
      • Set values to variables using Trigger
    • Send Message
    • Collect Input
    • Buttons
    • Carousel
    • Calendar
    • Send an Email
    • Condition
    • Image gallery
    • Talk to human
    • Slider
    • Collect file
    • Delay
    • Form
    • Flow
    • Jump
    • Codeblock
      • Dynamic Dialog Generator
    • Options
    • List
    • Reply buttons
    • AI model
    • Dynamic data
  • πŸ€–AI Studio
    • Overview
      • From URL
      • From File
      • From Intent
  • πŸ”ŒINTEGRATIONS
    • Overview
    • Events
    • HTTP request
    • Javascript
    • Zapier
    • Google Sheets
    • Salesforce
    • Codeblock
    • Airtable
    • Google Calendar
    • Calendly
    • HubSpot
    • Freshdesk
    • DialogFlow
    • Zoho CRM
    • Slack
      • Live Chat for Slack
      • Notification for Slack
    • ActiveCampaign
    • Link Tracking
  • πŸ“²Whatsapp Business API
    • Overview
    • Cost
    • Limitations
    • Getting a WhatsApp API
      • From Meta
        • Creating a Facebook App
        • Adding the phone number
        • Generating permanent token
        • Configuring the webhook on Buraq
  • πŸ’¬Live Chat
    • Overview
      • Live Chat Screen
      • Live Chat Settings
  • βš’οΈTroubleshooting
    • Cloning Bots
    • Connecting Action Blocks
    • Creating Loops
    • Setting up Fallback Variables
    • Setting up Link Tracking
    • Variable Manager
    • Image Dimensions
    • Tracking Facebook Pixel
    • Firing events on Google Analytics
  • β›”Outbound Bots
    • Overview
    • Building One Off Campaign
    • Building Ongoing Campaign
    • Creating a WhatsApp Template
    • Action Blocks_ Outbound
      • Send WhatsApp
      • Send SMS
      • Delay
      • Branch
  • 🦾CHATBOT CUSTOMIZATION
    • Chatbot Appearance
    • Custom CSS
    • Embed chatbots on website
    • JS functions to show_hide
  • πŸ•΅οΈβ€β™‚οΈAccount Management
    • Teams
    • Teammates
    • Purchasing a plan
    • Payment Methods
    • Refund Policy
    • Reset Password
    • Deleting Account
  • πŸ“ŠReporting
    • Analytics Dashboard
      • Chatbot Analytics
      • Agent Analytics
    • What are contacts in Buraq?
      • Scheduling a Contact Report
      • Exporting a Contact List
Powered by GitBook
On this page
  1. ACTION BLOCKS

AI model

Uses an LLM-based AI model to answer open-ended questions asked by the visitor.

For smarter replies and to answer open-ended queries from visitors, one would use the AI model action block.

The AI model action block uses OpenAI APIs to answer the question from the trained data.

Configurations on AI model

AI model

Shows the list of AI models trained using the AI studio.

Based on the AI model you choose, the chatbot would answer the queries. Make sure you have trained the AI model with the right information.

Variable

To get an answer to your question from the AI model, we need to send the question to it.

It is expected, that before the "AI model" action block, you must use a "Collect input" action block to ask the question and store the question asked into a variable.

That variable which contains the question, is what is to be chosen here.

Persona

Define the persona text based on which the AI model would give its response. Basically, this helps you get an answer to a question the way you feel easy to consume.

Common examples of persona are,

  • Answer the questions asked in a simple and easy to understand manner

  • Answer these questions as a 5-year old

  • Give me answers considering me as a technical person

  • For the duration of this conversation, please fully immerse yourself in the persona of Albert Einstein

Restrict answer size

When a question is asked to the AI model, you can choose to define how long do you want the responses to be.

This number is defined based on the unit of token.

Creativity in responses

You can control whether you would like to receive unique responses every time a question is asked or get the same response every time the question is asked.

Define a number between 0 and 1. Nearer to 1 gives you distinct responses, and nearer to 0 gives you fix responses. By default, we keep the number as 0.5.

Allow external data

When you build an AI model using a domain or a set of files, your ideal goal is to have the chatbot answer the queries from that data only.

This configuration allows you to control whether you want the chatbot to answer questions from the global ChatGPT model or restrict it only the trained data of that AI model.

By default, this configuration is turned OFF.

Ask for feedback

After answering a question, the chatbot would ask for feedback i.e. thumbs up or down.

The results of this feedback would be visible on the AI studio page.

PreviousReply buttons NextDynamic data

Last updated 1 year ago

Tokens can be thought of as pieces of words; and 1 token=4 characters.

🟦
Learn more