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:
parent
1808c915e1
commit
98b0ebab24
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue