|
|
|
@@ -130,7 +130,7 @@ |
|
|
|
" move: Annotated[\n", |
|
|
|
" str,\n", |
|
|
|
" \"Call this tool to make a move after you have the list of legal moves and want to make a move. Takes UCI format, e.g. e2e4 or e7e5 or e7e8q.\",\n", |
|
|
|
" ]\n", |
|
|
|
" ],\n", |
|
|
|
") -> Annotated[str, \"Result of the move.\"]:\n", |
|
|
|
" move = chess.Move.from_uci(move)\n", |
|
|
|
" board.push_uci(str(move))\n", |
|
|
|
|