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
This commit is contained in:
Russell Ballestrini 2025-08-11 13:14:07 -04:00
parent 1808c915e1
commit 98b0ebab24
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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