[PR #254] [CLOSED] Fix: Correct O player prompt referring to X in Tic Tac Toe agent #268

Closed
opened 2025-11-06 15:00:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/254
Author: @abhaysingh1122
Created: 6/22/2025
Status: Closed

Base: mainHead: fix/o-player-description


📝 Commits (1)

  • f715ad0 Fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/254 **Author:** [@abhaysingh1122](https://github.com/abhaysingh1122) **Created:** 6/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/o-player-description` --- ### 📝 Commits (1) - [`f715ad0`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/f715ad0d7688ce1995567741dfc53f211f69fdb1) Fix: Corrected Player O's prompt to refer to O instead of X ### 📊 Changes **4 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 15:00:00 -06:00
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#268