docs_ingest_text
Index raw text content into a domain-specific documentation store by providing a domain, unique key, and content. Avoids disk storage.
Instructions
Ingest raw text content into a domain documentation index without saving to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Unique key for this content (e.g., 'api/operators/moviefilein') | |
| domain | Yes | Domain name (e.g., 'touchdesigner') | |
| content | Yes | Text content to index |