Spaces:
Sleeping
Sleeping
Update analyse_chess_position_tool.py
Browse files
analyse_chess_position_tool.py
CHANGED
@@ -4,7 +4,7 @@ import requests
|
|
4 |
@tool
|
5 |
def get_best_move(fen: str) -> str:
|
6 |
"""
|
7 |
-
Given the description of a
|
8 |
|
9 |
Args:
|
10 |
fen (str): The description of the chessboard position in FEN notation.
|
|
|
4 |
@tool
|
5 |
def get_best_move(fen: str) -> str:
|
6 |
"""
|
7 |
+
Given the description of a chess board using FEN notation, returns the next best move.
|
8 |
|
9 |
Args:
|
10 |
fen (str): The description of the chessboard position in FEN notation.
|