WooChat Docs
Login
  • 👋Welcome to WooChat Docs
  • GET STARTED
    • Signup
  • Connect WhatsApp Channel
    • Pre-requisites
    • Connect your WhatsApp
    • Meta Business Verification
    • Apply for WhatsApp Green Tick
    • Messaging Limits & Quality Ratings
    • WooChat Account Setup FAQs
  • CONVERSATIONS
    • WooChat Conversations Glossary
    • Inboxes
    • Team Inbox
    • Initiate a New Chat
    • Compose Box
    • Manage Inbox
    • Quick Replies
    • WooChat Conversations FAQs
  • Audience
    • WooChat Contact Glossary
    • Add Contact
    • Tags
    • Contact Segments
    • Field Collection
    • Contact Updation
    • Contact Deletion
    • Marketing Opt-In
      • Marketing opt-in on contact creation
      • Marketing opt-in Handling Methods
      • Marketing opt-out Management
  • BOTS
    • WooChat Bot Glossary
    • Bot Essentials
    • Bot in WooChat
    • Flow in the Bot
    • Send Card
      • Send Text
      • Send Media
      • Send Collection
      • Send Voice
      • Send Products
      • Send Template
      • Send Form
      • Send Payments
      • Send Location
    • Ask Questions
      • Ask Text
      • Ask Date
      • Ask Email
      • Ask Number
      • Ask Phone
      • Ask URL
      • Ask File
      • Ask Location
      • Ask Button Option
      • Ask Address
      • Ask Keyword Option
      • Ask List Option
      • Ask Collection List
      • Ask Form
      • Ask Payments
    • Bot Utilities
      • Send Button Option
      • Send List Option
      • Delay
      • Condition
      • Set Variable
      • Jump to
      • Switch
      • AI node - GPT Dialog
      • AI node - GPT Knowledge Base
      • Working hours
      • Hint
    • Bot Actions
      • Assign Conversation
      • Unassign Conversations
      • Resolve Conversations
      • Update Conversation Fields
      • Update Contact Fields
      • Update Company Fields
      • Push to Sequence
      • Add Note & Mention
    • Set up Default Bot
    • Bot Management
    • WooChat Bot FAQs
  • Whatsapp Campaigns
    • WooChat Campaigns
    • Select Audience
    • Select Template
    • Review and Send Campaigns
    • Campaigns Analytics and Report
    • WooChat Campaigns FAQs
  • ACCOUNT MANAGEMENT
    • Account Essentials
    • User, Teams, and Roles
    • Account Details
  • Pricing & Billing Modules
    • Conversation Pricing
    • Message Credits
    • Billing & Subscriptions
    • FAQs
  • Whatsapp Templates
    • WhatsApp Templates
      • Template Creation and Editing
      • Custom Marketing and Utility Templates
      • Product Marketing Templates
      • Order Details Template
      • Carousal Template
      • WhatsApp template URL tracking
      • FAQs - WhatsApp Template Messages
  • DEVELOPER RESOURCES
    • API Key
    • API Docs
  • Privacy and Security
    • Data Security and Infra
    • Security FAQ
    • Subprocessors
  • EXTRAS
    • WhatsApp Business API - Unsupported Messages
    • Understanding Message Delivery Issues on WhatsApp
    • WhatsApp’s New Per-user Messaging Limits
Powered by GitBook
On this page

Was this helpful?

  1. BOTS
  2. Bot Utilities

AI node - GPT Knowledge Base

PreviousAI node - GPT DialogNextWorking hours

Last updated 9 months ago

Was this helpful?

AI node - GPT Knowledge Base

Discover how to customize and utilize the GPT model for specific tasks within WooChat with the GPT Knowledge Base feature. Tailor interactions, store information, and fine-tune conversations.

Who can use this Card?

  • WooChat Users having permission to either build and deploy bots or manage bots.

  • Available on Pro Plan.

Overview

The GPT Knowledge Base feature lets you customize and use the GPT model for tasks in WooChat. You can set input variables, choose variables to save history, and adjust settings to fine-tune conversations. This helps in customizing interactions and storing useful information for later.

The Node contains the below sections:

  1. Input Variable: Users can choose or create variables to serve as input for interacting with the GPT model.

  2. Select or Create Variable to Store History: This allows users to manage the history of interactions by selecting or creating variables. Variable names should adhere to specific guidelines.

  3. Knowledge Base: Users can select the knowledge base to instruct the GPT model on specific information or context.

  4. Prompt: Users describe their goal or the context in which they want the GPT-model to provide information. The prompt serves as input to the model.

  5. Max Tokens: Max Tokens determine the maximum number of that the GPT-model can use in its response.

  6. Temperature: The temperature setting controls the randomness of the AI responses. A higher value, like 0.8, makes the responses more unpredictable and creative. A lower value, such as 0.2, makes the responses more focused and closely related to the prompt.

  7. Function: Users define a function by entering a name and description. This function encapsulates the purpose or task the GPT-model is intended to perform.

  • Store the Parameters in the Variable (Optional): Optionally, users can create or select variables to store the parameters used in the GPT Knowledge Base configuration.

  • Parameter 1: Users define a specific parameter by providing a name, description (optional), and type (e.g., String).

Example

To start with the GPT Knowledge Base Node, you have to create a Knowledge Base in your WooChat Account.

The knowledge Base can be either a File Type (Pdf, csv, excel) or Catalog that you connected with your WhatsApp Number on WooChat.

Add Knowledge Base

  1. Use the Shortcut "Ctrl" + "K" to open the Search in WooChat. Type Knowledge Base and click on it.

  2. Click on "+Create Knowledge Base" and Name the Knowledge Base.

  3. You have to choose the Type whether you would like to upload a file or use already connected catalogue with your WhatsApp Number.

  • If you choose the Type as File, you can upload the pdf or csv or an excel file as the Knowledge Base.

  • If you choose the Type as Catalog, you have to choose the WhatsApp Channel (if more than one is connected with WooChat) and the catalog connected with the Channel. If you have more than one catalog connected with a WhatsApp Channel, you can add those by clicking on "+Add".

  1. Click on create and your Knowledge Base will be created.

You can only add 3 Knowledge Base.

After adding the Knowledge Base you can use GPT Knowledge Base Node in your Bot flow.

Input Variable: Select or create a variable named "userQuery."

Select or Create Variable to Store History: Create a variable named "interactionHistory."

Knowledge Base: Select the company's Help Docs as the knowledge base.

Prompt: Describe your goal: "Assist users in understanding the troubleshooting steps for network connectivity issues."

Max Tokens: Set to 300.

Temperature: Set to 0.5 for a balanced response.

Function:

  • Name: "Network_Troubleshooting"

  • Description: "Generate helpful responses for network connectivity issues provided in the pdf file."

Store the Parameters in the Variable (Optional): Create or select a variable named "functionParameters."

Parameter 1:

  • Name: "Device_Type"

  • Description: "Specify the type of device experiencing issues (optional)."

  • Type: "String"

tokens