store_turn
Save a conversation turn with topic, keywords, domain, intent, sentiment, entities, tags, references, and links for persistent semantic memory.
Instructions
Save a conversation turn: keyword, topic, domain, intent, sentiment, entities, tags, references, and links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Free labels beyond domain | |
| links | No | Links between current keywords and previous keywords | |
| topic | Yes | Topic of the turn (3-5 words) | |
| domain | Yes | ||
| intent | Yes | ||
| context | No | Context path (e.g. java/spring). Defaults to active context. | |
| entities | No | Explicit entities (people, technologies, concepts, places) | |
| keywords | Yes | Abstract keywords (3-5) | |
| sentiment | Yes | ||
| references | No | References to files, URLs or commits |