Spaces:
Building
Building
Update tests.py
Browse files
tests.py
CHANGED
@@ -213,7 +213,7 @@ def create_code_files(filename: str, code: str) -> dict:
|
|
213 |
|
214 |
@mcp.tool()
|
215 |
def run_code_files(start_cmd:str) -> dict:
|
216 |
-
"""(start_cmd:Example-
|
217 |
global files_list
|
218 |
global stdout
|
219 |
global stderr
|
|
|
213 |
|
214 |
@mcp.tool()
|
215 |
def run_code_files(start_cmd:str) -> dict:
|
216 |
+
"""(start_cmd:Example- python /app/code_interpreter/app.py or bash /app/code_interpreter/app.py).The files must be inside the /app/code_interpreter directory."""
|
217 |
global files_list
|
218 |
global stdout
|
219 |
global stderr
|