Add text to the knowledge base
add_knowledge_textAdd a titled text block to a website's knowledge base so the chatbot can use it in answers immediately. Creates a new entry, never replacing existing ones.
Instructions
Add a titled block of text to one website's knowledge base. The chatbot can use it in answers as soon as this returns. Adds a new entry; it never replaces an existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short name for this entry, shown in the dashboard. | |
| content | Yes | The text itself. At least 10 characters. | |
| website_id | No | Numeric id of the website, from list_websites. Omit to use the account's primary website. |