knowl_ingest
Process raw text into persistent AI memory, resolving contradictions and creating a knowledge commit.
Instructions
Process explicitly supplied raw source text through the configured Knowl AI pipeline. Use only for an explicit ingestion request; never silently ingest the current conversation or prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The raw text or conversation log to ingest. | |
| autoResolve | No | Whether to auto-resolve contradictions by superseding old knowledge (defaults to false). | |
| commitMessage | No | Optional human-readable description for the knowledge commit. |