pvanand commited on
Commit
d88f68d
·
verified ·
1 Parent(s): ef408d7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -43,7 +43,7 @@ class CodeExecutionResult:
43
  API_URL = "https://pvanand-code-execution-files-v5.hf.space"
44
 
45
  @tool
46
- def execute_python(code: str, config: RunnableConfig):
47
  """Execute Python code in an IPython interactiveshell and return the output.
48
  The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
49
  Args:
 
43
  API_URL = "https://pvanand-code-execution-files-v5.hf.space"
44
 
45
  @tool
46
+ def execute_python(code: str):
47
  """Execute Python code in an IPython interactiveshell and return the output.
48
  The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
49
  Args: