Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
47
class
ToolUseBlock:
48
id: str
49
name: str
50
input: str
51
type: str =
"tool_use"
52
53
@dataclass(frozen=True)
54
class
ToolResultBlock:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected