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

Class ToolUseBlock

tutorials/07_auto_compaction.py:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46@dataclass(frozen=True)
47class ToolUseBlock:
48 id: str
49 name: str
50 input: str
51 type: str = "tool_use"
52
53@dataclass(frozen=True)
54class ToolResultBlock:

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected