Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
4238546
1
Parent(s):
25859e7
fix
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 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 chessboard using FEN notation, returns the next best move.
|
| 8 |
|
| 9 |
Args:
|
| 10 |
fen (str): The description of the chessboard position in FEN notation.
|