clear_all_documents
Wipes the entire knowledge base by deleting every document permanently. Also can clear LLM cache and parsed files for a complete reset.
Instructions
DESTRUCTIVE: permanently deletes EVERY document in the knowledge base. This cannot be undone -- confirm with the user before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear_llm_cache | No | Also drop the entire LLM response cache. Off by default so re-adding the same documents can reuse already-paid-for extraction results. | |
| delete_parsed_files | No | Also delete parsed-artifact files. Off by default so they survive re-adding the same documents later. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||