akiko19191 commited on
Commit
537588a
·
verified ·
1 Parent(s): f17d04a

Update tests.py

Browse files
Files changed (1) hide show
  1. tests.py +1 -1
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.Note:Always use openpyxl in python to work with excel files."""
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