MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _trigger

Function _trigger

openkb/skill/evaluator.py:418–420  ·  view source on GitHub ↗
(p: EvalPrompt)

Source from the content-addressed store, hash-verified

416 sem = asyncio.Semaphore(EVAL_CONCURRENCY)
417
418 async def _trigger(p: EvalPrompt) -> Literal["trigger", "no-trigger"]:
419 async with sem:
420 return await grade_one(desc, p.question, model=model)
421
422 async def _coverage(
423 p: EvalPrompt,

Callers 1

run_evalFunction · 0.85

Calls 1

grade_oneFunction · 0.85

Tested by

no test coverage detected