MCPcopy
hub / github.com/openai/evals / eval_sample

Method eval_sample

evals/eval.py:77–78  ·  view source on GitHub ↗
(self, sample: Any, rng: random.Random)

Source from the content-addressed store, hash-verified

75
76 @abc.abstractmethod
77 def eval_sample(self, sample: Any, rng: random.Random):
78 raise NotImplementedError()
79
80 @property
81 def completion_fn(self) -> CompletionFn:

Callers

nothing calls this directly

Calls 1

as_default_recorderMethod · 0.80

Tested by

no test coverage detected