Spaces:
Sleeping
Sleeping
mchinea
commited on
Commit
·
2f8eaba
1
Parent(s):
72eaf1c
add tools
Browse files
tools.py
CHANGED
@@ -372,5 +372,6 @@ level1_tools = [
|
|
372 |
query_table_data,
|
373 |
download_file_from_url,
|
374 |
save_and_read_file,
|
375 |
-
read_python_file
|
|
|
376 |
]
|
|
|
372 |
query_table_data,
|
373 |
download_file_from_url,
|
374 |
save_and_read_file,
|
375 |
+
read_python_file,
|
376 |
+
extract_text_from_image
|
377 |
]
|