get_conversation_history
Retrieve past conversations between player characters and NPCs in RPG sessions, with filtering options for importance levels to access relevant dialogue history.
Instructions
Get conversation history between PC and NPC. Filter by minimum importance level.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | ID of the player character | |
| npcId | Yes | ID of the NPC | |
| minImportance | No | Minimum importance to include | |
| limit | No | Maximum number of memories to return | |
| sessionId | No |