MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / on_tool_start

Method on_tool_start

tests/flows/test_runner.py:41–42  ·  view source on GitHub ↗
(self, *_: Any, **__: Any)

Source from the content-addressed store, hash-verified

39 self.log.append((self.label, "on_handoff"))
40
41 async def on_tool_start(self, *_: Any, **__: Any) -> None:
42 self.log.append((self.label, "on_tool_start"))
43
44 async def on_tool_end(self, *_: Any, **__: Any) -> None:
45 self.log.append((self.label, "on_tool_end"))

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected