Spaces:
Configuration error
Configuration error
File size: 140 Bytes
95bd81e | 1 2 3 4 5 6 7 | from langchain_experimental.tools import PythonREPLTool
def get_code_tools():
python_repl = PythonREPLTool()
return [python_repl]
|