Update agents/llms/llms.py
Browse files- agents/llms/llms.py +1 -1
agents/llms/llms.py
CHANGED
|
@@ -20,7 +20,7 @@ LLM_WEB_BROWSER = "claude-sonnet-4-5-latest"
|
|
| 20 |
# Prompts
|
| 21 |
|
| 22 |
PROMPT_IMG_TO_FEN = """
|
| 23 |
-
|
| 24 |
|
| 25 |
Active color: {active_color}.
|
| 26 |
|
|
|
|
| 20 |
# Prompts
|
| 21 |
|
| 22 |
PROMPT_IMG_TO_FEN = """
|
| 23 |
+
Analyze the chess board image and convert it to FEN (Forsyth-Edwards Notation). Pay attention to rank and file labels and to all pieces.
|
| 24 |
|
| 25 |
Active color: {active_color}.
|
| 26 |
|