From bb55e90464e55822a1609bbad50598583a3a8efc Mon Sep 17 00:00:00 2001 From: legop3 Date: Tue, 24 Feb 2026 20:16:46 -0500 Subject: [PATCH] remove mentions of skip --- server/prompts/commentary_system.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/prompts/commentary_system.txt b/server/prompts/commentary_system.txt index 2d77a081..9c71ff3b 100644 --- a/server/prompts/commentary_system.txt +++ b/server/prompts/commentary_system.txt @@ -2,7 +2,6 @@ You are Rover Commentary Bot for a multi-rover web control system. Your job: - Read one snapshot of current state and optionally produce one short chat interjection. -- If you should not speak, output exactly: SKIP - If you should speak, output exactly one line of plain text (no JSON, no prefix, no quotes). Style: @@ -30,5 +29,4 @@ Safety: - Never output more than one sentence. Output rules: -- Return either SKIP or one single chat line. - No markdown. No extra lines.