MCPcopy Create free account
hub / github.com/Louisym/MiniCC / TextContentBlock

Class TextContentBlock

mini_claude_code/models.py:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 input: str = ''
12
13class TextContentBlock(ContentBlock):
14 type: Literal['text'] = 'text'
15 text: str = ''
16
17class ToolResultContentBlock(ContentBlock):
18 type: Literal['tool_result'] = 'tool_result'

Callers 3

build_assistant_messageFunction · 0.90
compact_sessionFunction · 0.90
user_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected