mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[GH-ISSUE #242] Incorrect Tick Tack Toe's O player's prompt #7124
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @szalonna on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/242
In the O player's rules and response section it mentions where the player can put the X mark instead of O
@Shubhamsaboo commented on GitHub (Jul 2, 2025):
fixed here: #264
@szalonna commented on GitHub (Jul 2, 2025):
I know its not a big deal, but the PR you mentioned does not fix the issue. In
./advanced_ai_agents/autonomous_game_playing_agent_apps/ai_tic_tac_toe_agent/agents.pyplayer_ostill has the wrong prompt:You can only place X in empty spaces (shown as " " on the board)instead ofYou can only place O in empty spaces (shown as " " on the board)Example: "1 2" places your X in row 1, column 2instead ofExample: "1 2" places your O in row 1, column 2@Shubhamsaboo commented on GitHub (Jul 2, 2025):
Fixed now: #270