MCPcopy Index your code
hub / github.com/idank/explainshell / ChunkResult

Class ChunkResult

explainshell/extraction/llm/extractor.py:179–185  ·  view source on GitHub ↗

Result of a single LLM call for one chunk.

Source from the content-addressed store, hash-verified

177
178@dataclass
179class ChunkResult:
180 """Result of a single LLM call for one chunk."""
181
182 data: dict
183 messages: list[dict[str, str]]
184 raw_response: str
185 usage: TokenUsage
186
187
188class LLMExtractor:

Callers 2

finalizeMethod · 0.85
_call_llmMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected