tag_theme
Analyze a conversation turn, confirm its genuine relevance to a theme, and attach it to that theme for structured memory, auto-creating the theme if it doesn't exist.
Instructions
仔细分析 turn 内容与 theme 确定相关后,将 turn 挂载到 theme。禁止仅凭关键词匹配挂载;必须确认内容 genuinely belongs to the theme 才可关联。如果 theme 不存在会自动创建。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | Yes | Theme identifier. A theme is a semantic group, not a keyword tag. | |
| turnId | No | Optional turn id within the session | |
| memoryKey | No | Optional memory key to attach | |
| sessionId | No | Optional session id of a conversation turn to attach | |
| memoryTitle | No | Optional display title for the memory reference | |
| memoryFolder | No | Optional memory folder (default: memory) |