Spaces:
Sleeping
Sleeping
Update analyse_chess_position_tool.py
Browse files
analyse_chess_position_tool.py
CHANGED
@@ -7,7 +7,7 @@ def get_chess_best_move(fen: str) -> str:
|
|
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
|
11 |
|
12 |
Returns:
|
13 |
str: The description of the next best move.
|
|
|
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.
|
11 |
|
12 |
Returns:
|
13 |
str: The description of the next best move.
|