Address PR comments

This commit is contained in:
Jash Gulabrai 2025-04-15 18:04:19 -04:00
parent b8d2e33955
commit 334cd8b34a
8 changed files with 12 additions and 13 deletions

View file

@ -6471,7 +6471,8 @@
"additionalProperties": false,
"required": [
"type",
"model"
"model",
"sampling_params"
],
"title": "ModelCandidate",
"description": "A model candidate for evaluation."

View file

@ -4553,6 +4553,7 @@ components:
required:
- type
- model
- sampling_params
title: ModelCandidate
description: A model candidate for evaluation.
RegexParserScoringFnParams: