Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ MessageStopEvent
Class
MessageStopEvent
mini_claude_code/api_client.py:42–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
class
MessageStopEvent(BaseModel):
43
type: Literal[
'message_stop'
] =
'message_stop'
44
45
46
AssistantEvent = TextDeltaEvent | ToolUseEvent | MessageStopEvent
Callers
1
stream
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected