MCPcopy 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
30class TextDeltaEvent(BaseModel):
31 type: Literal['text_delta'] = 'text_delta'
32 text: str
33
34
35class ToolUseEvent(BaseModel):

Callers 1

streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected