MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / to_dict

Method to_dict

tools/registry.py:23–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21 handler: ToolHandler
22
23 def to_dict(self) -> dict[str, str]:
24 return {
25 "name": self.name,
26 "description": self.description,
27 }
28
29
30def build_terminal_tool(

Callers 3

handle_inspectFunction · 0.45
handle_runFunction · 0.45
handle_experimentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected