diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index a472df96b..1ef5effef 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -9938,7 +9938,7 @@ "ScoreRowsRequest": { "type": "object", "properties": { - "input_rows": { + "dataset_rows": { "type": "array", "items": { "type": "object", @@ -9977,7 +9977,7 @@ }, "additionalProperties": false, "required": [ - "input_rows", + "dataset_rows", "scoring_functions" ], "title": "ScoreRowsRequest" diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 39336c4e4..7f5b96051 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -6767,7 +6767,7 @@ components: ScoreRowsRequest: type: object properties: - input_rows: + dataset_rows: type: array items: type: object @@ -6788,7 +6788,7 @@ components: The scoring functions to use for the scoring. additionalProperties: false required: - - input_rows + - dataset_rows - scoring_functions title: ScoreRowsRequest ScoreResponse: