From 98b0ebab24b56c2a3418e195aded103f01466183 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 11 Aug 2025 13:14:07 -0400 Subject: [PATCH] Fix duplicate exit messages in battleship - Removed feedback_tokens_for_ai from step 3 Game Over - Exit transition already has appropriate content_blocks - Eliminates duplicate farewell messages when exiting --- research/activity29-battleship.yaml | 2 -- research/activity29-testship.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/research/activity29-battleship.yaml b/research/activity29-battleship.yaml index 83168e3..4f3ef11 100644 --- a/research/activity29-battleship.yaml +++ b/research/activity29-battleship.yaml @@ -910,8 +910,6 @@ sections: tokens_for_ai: | If the user wants to restart or play again, categorize as 'restart'. If the user wants to exit, categorize as 'exit'. - feedback_tokens_for_ai: | - Acknowledge the user's choice appropriately. buckets: - restart - exit diff --git a/research/activity29-testship.yaml b/research/activity29-testship.yaml index c560703..468bbd1 100644 --- a/research/activity29-testship.yaml +++ b/research/activity29-testship.yaml @@ -878,8 +878,6 @@ sections: tokens_for_ai: | If the user wants to restart or play again, categorize as 'restart'. If the user wants to exit, categorize as 'exit'. - feedback_tokens_for_ai: | - Acknowledge the user's choice appropriately. buckets: - restart - exit