ingest
Import pre-normalized conversations into the knowledge graph by chunking user-assistant pairs and creating entities with verbatim observations.
Instructions
Ingest pre-normalized conversation data into the knowledge graph. Chunks messages by exchange pairs (user+assistant), creates entities with verbatim observations. Format-agnostic: normalize chat exports before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to apply to all created entities | |
| dryRun | No | Preview without creating entities | |
| source | No | Source identifier (e.g., filename, session ID) | |
| chunkBy | No | Chunking strategy. Default: exchange (user+assistant pairs). | |
| messages | Yes | Array of conversation messages to ingest | |
| projectId | No | Project to scope ingested entities to |