MCPcopy Create free account
hub / github.com/Louisym/MiniCC / ToolExecution

Class ToolExecution

src/tools.py:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14@dataclass(frozen=True)
15class ToolExecution:
16 name: str
17 source_hint: str
18 payload: str
19 handled: bool
20 message: str
21
22
23@lru_cache(maxsize=1)

Callers 1

execute_toolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected