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

Class WritingResult

src/benchmarks/writing_bench/config.py:25–35  ·  view source on GitHub ↗

Result of processing a single WritingBench query.

Source from the content-addressed store, hash-verified

23
24@dataclass
25class WritingResult:
26 """Result of processing a single WritingBench query."""
27
28 index: int
29 query: str
30 domain1: str = ""
31 domain2: str = ""
32 lang: str = ""
33 status: str = "completed" # completed | failed
34 response: str = ""
35 error: Optional[str] = None
36
37
38def parse_args():

Callers 2

_run_single_queryFunction · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected