MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / sample_tool_func

Function sample_tool_func

tests/tools/test_base_tool.py:6–7  ·  view source on GitHub ↗
(k, *arg, **kwargs)

Source from the content-addressed store, hash-verified

4
5
6def sample_tool_func(k, *arg, **kwargs):
7 return f"run with {k}"
8
9
10def test_run_tool():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected