agazo commited on
Commit
3cd4870
·
verified ·
1 Parent(s): ff65ff2

Update analyse_chess_position_tool.py

Browse files
Files changed (1) hide show
  1. analyse_chess_position_tool.py +1 -1
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.