ai_make_move_tool
Makes the AI's chess move after the user has played, using Stockfish to choose the best response and returning the move in UCI format.
Instructions
Makes a move for the board using the AI. Always use this after the user has made a move.
Shouldn't be used if you have a move in mind already, you should use the make_move_tool instead.
Args:
None
Returns:
The move made by the AI in UCI format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |