Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/SpectrumLab
/ _build_prompt
Method
_build_prompt
spectrumlab/evaluator/base.py:14–15 ·
view source on GitHub ↗
(self, item: Dict)
Source
from the content-addressed store, hash-verified
12
13
@abstractmethod
14
def
_build_prompt(self, item: Dict) -> str:
15
pass
16
17
@abstractmethod
18
def
_extract_prediction(self, response: str, item: Dict) -> str:
Callers
2
evaluate
Method · 0.95
evaluate_many
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected