Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
13c4729
1
Parent(s):
d26e75b
fix
Browse files- langchain_agent.py +1 -0
langchain_agent.py
CHANGED
@@ -32,6 +32,7 @@ class LangChainAgent:
|
|
32 |
internet_search,
|
33 |
get_botanical_classification,
|
34 |
parse_excel,
|
|
|
35 |
get_chess_best_move
|
36 |
]
|
37 |
|
|
|
32 |
internet_search,
|
33 |
get_botanical_classification,
|
34 |
parse_excel,
|
35 |
+
convert_chessboard_image_to_fen,
|
36 |
get_chess_best_move
|
37 |
]
|
38 |
|