MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / __default_interpreter

Function __default_interpreter

functions/function_calling/code_executor.py:27–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 return code_path
26
27 def __default_interpreter() -> str:
28 return sys.executable or "python3"
29
30 script_path = None
31 stdout = ""

Callers 1

execute_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected