GattoNero commited on
Commit
179c546
·
verified ·
1 Parent(s): e353675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Analyses a chess image and returns the correct move to win"
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