Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ TextDeltaEvent
Class
TextDeltaEvent
mini_claude_code/api_client.py:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
# ============================================================
29
30
class
TextDeltaEvent(BaseModel):
31
type: Literal[
'text_delta'
] =
'text_delta'
32
text: str
33
34
35
class
ToolUseEvent(BaseModel):
Callers
1
stream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected