Update a knowledge base
update_knowledge_baseUpdate a voice agent's knowledge base by changing only the fields you send; sending FAQs replaces the entire FAQ list.
Instructions
Change a knowledge base. Only the fields you send are changed. Sending faqs replaces the whole list.
Requires scope knowledge_bases:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The record id, e.g. "6a96a3ead6e886d42462dd3e". | |
| faqs | No | Question/answer pairs the agent can answer verbatim. | |
| name | No | ||
| basic_info | No | Free text the agent should know: hours, address, pricing, policies. | |
| other_info | No | Anything else, free text. | |
| description | No | What this knowledge base covers, for your own reference. |