Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ ToolUseEvent
Class
ToolUseEvent
mini_claude_code/api_client.py:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
class
ToolUseEvent(BaseModel):
36
type: Literal[
'tool_use'
] =
'tool_use'
37
id: str
38
name: str
39
input: str
40
41
42
class
MessageStopEvent(BaseModel):
Callers
1
stream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected