chat.start_knowledge_index
Start asynchronous knowledge indexing from chat history to enable full-text search across sessions. Receive a job ID to track progress.
Instructions
Start repository knowledge indexing as an async job and return immediately with a job ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force a full rebuild of the persisted knowledge index | |
| provider | No | Optional narrowing filter: claude or codex. Omit to index both providers. |