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

Function default_recorder

evals/record.py:39–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def default_recorder() -> Optional["RecorderBase"]:
40 return _default_recorder.get()
41
42
43@dataclasses.dataclass

Callers 14

current_sample_idFunction · 0.85
record_matchFunction · 0.85
record_embeddingFunction · 0.85
record_samplingFunction · 0.85
record_function_callFunction · 0.85
record_cond_logpFunction · 0.85
record_pick_optionFunction · 0.85
record_rawFunction · 0.85
record_metricsFunction · 0.85
record_errorFunction · 0.85
record_extraFunction · 0.85
record_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…