MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / InstanceResult

Class InstanceResult

src/benchmarks/swe_bench_verified/config.py:36–42  ·  view source on GitHub ↗

Result of processing a single SWE-Bench instance.

Source from the content-addressed store, hash-verified

34
35@dataclass
36class InstanceResult:
37 """Result of processing a single SWE-Bench instance."""
38
39 instance_id: str
40 success: bool
41 patch: str = ""
42 error: Optional[str] = None
43
44
45# ============================================================================

Callers 3

process_single_instanceFunction · 0.90
run_full_pipelineFunction · 0.90
run_instanceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected