knowledge_base_update
Update an existing knowledge base FAQ by specifying its ID and providing new question and answer text.
Instructions
Update an existing knowledge base FAQ
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | faq ID as string | |
| answer | Yes | faq answer as a string | |
| question | Yes | faq question as a string |