Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ class BasicAgent:
|
|
58 |
chess_tool = FunctionTool.from_defaults(
|
59 |
name="chess_move",
|
60 |
fn=chess_move,
|
61 |
-
description="
|
62 |
)
|
63 |
|
64 |
|
|
|
58 |
chess_tool = FunctionTool.from_defaults(
|
59 |
name="chess_move",
|
60 |
fn=chess_move,
|
61 |
+
description="Analyzes a chess image and returns the correct move to win"
|
62 |
)
|
63 |
|
64 |
|