Skip to content

@asyncify-hq/node@0.8.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 20:14
· 64 commits to main since this release
27d9614

Patch Changes

  • 340576a: Eval run results now include optional judged[] LLM-judge verdicts. A scenario whose expect blocks use judge (groundedness / tone / refusal) carries one JudgeVerdictRecord per graded dimension — { turn, dim, verdict, score?, rationale } — alongside the existing failures. verdict: 'skipped' marks a dimension no judge client was available for, which is neither a pass nor a failure. Types only, and additive: a scenario that uses no judge returns exactly the shape it did before.