[GH-ISSUE #242] Incorrect Tick Tack Toe's O player's prompt #395

Closed
opened 2026-04-15 06:52:27 -05:00 by GiteaMirror · 3 comments
Owner

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

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**
Author
Owner

@Shubhamsaboo commented on GitHub (Jul 2, 2025):

fixed here: #264

<!-- gh-comment-id:3028438823 --> @Shubhamsaboo commented on GitHub (Jul 2, 2025): fixed here: #264
Author
Owner

@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.py player_o still has the wrong prompt:

  • in line 145 it says: You can only place X in empty spaces (shown as " " on the board) instead of You can only place O in empty spaces (shown as " " on the board)
  • in line 152 it says: Example: "1 2" places your X in row 1, column 2 instead of Example: "1 2" places your O in row 1, column 2
<!-- gh-comment-id:3029210558 --> @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.py` `player_o` still has the wrong prompt: - in line 145 it says: `You can only place X in empty spaces (shown as " " on the board)` instead of `You can only place O in empty spaces (shown as " " on the board)` - in line 152 it says: `Example: "1 2" places your X in row 1, column 2` instead of `Example: "1 2" places your O in row 1, column 2`
Author
Owner

@Shubhamsaboo commented on GitHub (Jul 2, 2025):

Fixed now: #270

<!-- gh-comment-id:3029287123 --> @Shubhamsaboo commented on GitHub (Jul 2, 2025): Fixed now: #270
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#395