Alexandre Gazola commited on
Commit
0b03363
·
2 Parent(s): a419591 c5a32ea

Merge branch 'main' of https://[email protected]/spaces/agazo/AGAZO_Final_Assignment into main

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.