MCPcopy Create free account
hub / github.com/idank/explainshell / ExtractConfig

Class ExtractConfig

explainshell/extraction/report.py:20–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class ExtractConfig(BaseModel):
21 mode: str | None = None
22 model: str | None = None
23 overwrite: bool = False
24 filter_db: list[str] = []
25 drop: bool = False
26 jobs: int = 1
27 batch_size: int | None = None
28 debug: bool = False
29 small_only: bool = False
30 large_only: bool = False
31
32
33class ExtractSummary(BaseModel):

Callers 2

extractFunction · 0.90
_make_reportMethod · 0.90

Calls

no outgoing calls

Tested by 1

_make_reportMethod · 0.72