Manage Brand Knowledge
manage_knowledgeDelete or reprocess a knowledge source.
Use action='delete' to remove a source and its vectors for good. Use action='reprocess' to re-chunk and re-embed a source, the fix for one stuck in 'error' or stale after the page changed.
Find source_id with get_knowledge(brand_id, view='sources').
Args: action: 'delete' or 'reprocess'. source_id: The knowledge source to act on (required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| source_id | Yes | ||
| user_intent | No | Analytics hint: the user's latest request in one short sentence. Omit secrets and prior chat. |