record_conversation_memory
Logs key RPG conversations with NPCs for future reference, categorizing importance and adding searchable topics to track plot developments and character interactions.
Instructions
Record a significant conversation/interaction. Importance: low (chat), medium, high (plot), critical.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | ID of the player character | |
| npcId | Yes | ID of the NPC | |
| summary | Yes | Summary of the conversation/interaction | |
| importance | No | How important this memory is | medium |
| topics | No | Keywords/topics for searching (e.g., ["quest", "dragon", "treasure"]) | |
| sessionId | No |