Merge branch 'main' into fix/issue-3797-metadata-validation

This commit is contained in:
Roy Belio 2025-11-18 17:16:40 +02:00 committed by GitHub
commit 190083d6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
89 changed files with 1649 additions and 793 deletions

View file

@ -300,7 +300,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/BenchmarkConfig'
$ref: '#/components/schemas/RunEvalRequest'
required: true
/v1alpha/eval/benchmarks/{benchmark_id}/jobs/{job_id}:
get:
@ -6723,6 +6723,14 @@ components:
- scores
title: EvaluateResponse
description: The response from an evaluation.
RunEvalRequest:
properties:
benchmark_config:
$ref: '#/components/schemas/BenchmarkConfig'
type: object
required:
- benchmark_config
title: RunEvalRequest
Job:
properties:
job_id: