get_npc_context
Retrieve relationship data and conversation history to generate accurate NPC dialogue prompts for RPG sessions, maintaining context across interactions.
Instructions
Get relationship + conversation history for LLM NPC dialogue prompts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| characterId | Yes | ID of the player character | |
| npcId | Yes | ID of the NPC | |
| memoryLimit | No | Maximum number of memories to include | |
| sessionId | No |