add_knowledge
Supply an AI sales agent with product information, FAQs, policies, or other documents by adding a knowledge base item.
Instructions
Add a knowledge base item to an existing AI sales agent. Use this to provide product info, FAQs, policies, or other information the agent should know.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The ID of the agent to add knowledge to (returned from create_sales_agent) | |
| title | Yes | Title of the knowledge item | |
| content | Yes | The content/body of the knowledge item | |
| item_type | No | Type of knowledge item (default: faq) | |
| category | No | Category for organizing (e.g., "Pricing", "Products", "Company Info") |