MCPcopy 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
35class ToolUseEvent(BaseModel):
36 type: Literal['tool_use'] = 'tool_use'
37 id: str
38 name: str
39 input: str
40
41
42class MessageStopEvent(BaseModel):

Callers 1

streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected