agazo commited on
Commit
c5a32ea
·
verified ·
1 Parent(s): 4238546

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
@@ -4,7 +4,7 @@ import requests
4
  @tool
5
  def get_best_move(fen: str) -> str:
6
  """
7
- Given the description of a chessboard using FEN notation, returns the next best move.
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.