MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / CriticCategory

Class CriticCategory

llms/schema.py:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class CriticCategory(Enum):
20 POSITIVE: str = "POSITIVE"
21 INCONFIDENT: str = "INCONFIDENT"
22 NEGATIVE: str = "NEGATIVE"
23
24
25class DataType(Enum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected