Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

@BusinessGPT /setBotConfiguration DataSource=private ,PrivateDataSource=content-item, PrivateDataID=XXX , APIKey=YYYY , ChatName=ZZZZ, help=You can ask questions based on our Jira and confluence technical documentation. This bot, by default, will only answer based on the company’s private data.

...

  1. DataSource possible values: both,private,public

  2. PrivateDataSource possible values: content-item/collection/all

  3. All parameters are case insensitive)

...

  1. Both -The bot will first try to answer based on the content configured by the user who set it up. If it does not manage to answer, it will try to answer using public pre-trained knowledge.

  2. Public- Get answers from pre-trained public knowledge only and not search for company private data. For better performance when, you know you don’t need company data.

  3. Prviate - Get answers only from the private company data that was configured for the bot

PrviateDataSource

  1. Content-item - Is used for a specific content item, such as a document or a site.

  2. Collection- A bundle of several content items. For example, several documents

  3. All - All the data the user who set the bot can access. In this case, it is recommended to set up a specific user and not use the Admin API key, as admins typically have broad access.

...