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

Method stream

mini_claude_code/api_client.py:55–56  ·  view source on GitHub ↗
(self, system_prompt: list[str], messages: list[Message])

Source from the content-addressed store, hash-verified

53class ApiClient(ABC):
54 @abstractmethod
55 def stream(self, system_prompt: list[str], messages: list[Message]) -> list[AssistantEvent]:
56 ...
57
58
59# ============================================================

Callers 2

run_turnMethod · 0.45
streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected