From c347da6cec2fc690255fe12d823f4f4c61b1f178 Mon Sep 17 00:00:00 2001 From: Phillip Tarrant Date: Fri, 10 Jul 2026 12:59:14 -0500 Subject: [PATCH] =?UTF-8?q?fix(api):=20npc.md=20=E2=80=94=20zero-arg=20mov?= =?UTF-8?q?e=20examples=20need=20parens=20for=20TagExtractor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/prompts/npc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/prompts/npc.md b/api/prompts/npc.md index 3f8aa8f..241863b 100644 --- a/api/prompts/npc.md +++ b/api/prompts/npc.md @@ -41,9 +41,9 @@ Two hard rules: [MOVE: reveal(varrell_twins)] [MOVE: offer_quest(find_the_ledger)] [MOVE: adjust_disposition(+5)] - [MOVE: refuse] - [MOVE: end_conversation] - [MOVE: become_hostile] + [MOVE: refuse()] + [MOVE: end_conversation()] + [MOVE: become_hostile()] ``` Emit zero or more move tags, placed inline where they happen. If a move is not