Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ EvalMiss
Class
EvalMiss
openkb/skill/evaluator.py:71–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
@dataclass
71
class
EvalMiss:
72
prompt: EvalPrompt
73
graded: Literal[
"trigger"
,
"no-trigger"
]
74
75
@property
76
def
label(self) -> str:
77
return
f
"[{self.prompt.expected} -> graded {self.graded}]"
78
79
80
@dataclass
Callers
1
run_eval
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected