Update tests.py
Browse files
tests.py
CHANGED
|
@@ -322,7 +322,7 @@ def get_youtube_transcript(videoid:str) -> dict:
|
|
| 322 |
|
| 323 |
@mcp.tool()
|
| 324 |
def read_excel_file(filename) -> dict:
|
| 325 |
-
"""Reads the contents of an excel file.Returns a dict with key :value pair = cell location:cell content.Always run this command first , when working with excels.The excel file is automatically present in the /app/code_interpreter directory.
|
| 326 |
global destination_dir
|
| 327 |
download_all_files("https://opengpt-4ik5.onrender.com", "/upload", "/app/code_interpreter")
|
| 328 |
|
|
|
|
| 322 |
|
| 323 |
@mcp.tool()
|
| 324 |
def read_excel_file(filename) -> dict:
|
| 325 |
+
"""Reads the contents of an excel file.Returns a dict with key :value pair = cell location:cell content.Always run this command first , when working with excels.The excel file is automatically present in the /app/code_interpreter directory. """
|
| 326 |
global destination_dir
|
| 327 |
download_all_files("https://opengpt-4ik5.onrender.com", "/upload", "/app/code_interpreter")
|
| 328 |
|