MCPcopy Create free account
hub / github.com/SAIC-MONTREAL/SAGE / PythonInterpreterToolConfig

Class PythonInterpreterToolConfig

sage/smartthings/persistent_command_tools.py:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32@dataclass
33class PythonInterpreterToolConfig(BaseToolConfig):
34 _target: Type = field(default_factory=lambda: PythonInterpreterTool)
35 name: str = "python_interpreter"
36 description: str = """Use this tool to run python code to automate tasks when necessary.
37Use like python_interpreter(<python code string here>). Make sure the last line is the entrypoint to your code."""
38
39
40code_registry = {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected