cuemap_ingest_content
Persist supplied raw content into CueMap, enabling structured recall and repository-aware memory management.
Instructions
Explicitly ingest supplied raw content into CueMap. Use only when the user asks to persist that content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| project | No | Optional project ID. Defaults to the repository-scoped project. | |
| filename | No | Logical source filename used for type detection. Default is content.txt. | |
| metadata | No | ||
| segmenter | No | ||
| embeddings | No | Optional one-vector-per-produced-chunk embeddings. | |
| source_key | No | Stable source key for deterministic replacement or deduplication. | |
| segment_overlap | No | ||
| structural_cues | No | Normally omit: CueMap extracts structural cues automatically. Optionally add reliable source structure or a reusable category such as type:conversation. | |
| segment_window_size | No | ||
| segment_max_chunk_chars | No | ||
| segment_min_chunk_chars | No |