mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-16 12:00:50 -05:00
[PR #254] [CLOSED] Fix: Correct O player prompt referring to X in Tic Tac Toe agent #268
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?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/254
Author: @abhaysingh1122
Created: 6/22/2025
Status: ❌ Closed
Base:
main← Head:fix/o-player-description📝 Commits (1)
f715ad0Fix: Corrected Player O's prompt to refer to O instead of X📊 Changes
4 files changed (+2 additions, -2 deletions)
View changed files
📝
advanced_ai_agents/autonomous_game_playing_agent_apps/ai_tic_tac_toe_agent/agents.py(+2 -2)📝
advanced_ai_agents/autonomous_game_playing_agent_apps/ai_tic_tac_toe_agent/ai_chess_agent/README.md(+0 -0)📝
advanced_ai_agents/autonomous_game_playing_agent_apps/ai_tic_tac_toe_agent/ai_chess_agent/ai_chess_agent.py(+0 -0)📝
advanced_ai_agents/autonomous_game_playing_agent_apps/ai_tic_tac_toe_agent/ai_chess_agent/requirements.txt(+0 -0)📄 Description
This PR fixes an issue in the Tic Tac Toe battle example where the Player O agent's prompt incorrectly stated that it places an "X" instead of an "O". The prompt has now been updated in both the RULES and YOUR RESPONSE sections to correctly reflect Player O's mark.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.