MCPcopy
hub / github.com/Forethought-Technologies/AutoChain / _run

Method _run

autochain/tools/base.py:83–88  ·  view source on GitHub ↗
(
        self,
        *args: Any,
        **kwargs: Any,
    )

Source from the content-addressed store, hash-verified

81 return (), tool_input
82
83 def _run(
84 self,
85 *args: Any,
86 **kwargs: Any,
87 ) -> str:
88 return self.func(*args, **kwargs)
89
90 def run(
91 self,

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected