mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
openapi
This commit is contained in:
parent
5fe3ddb27d
commit
b11c38ea55
2 changed files with 8 additions and 8 deletions
8
docs/_static/llama-stack-spec.html
vendored
8
docs/_static/llama-stack-spec.html
vendored
|
@ -755,8 +755,8 @@
|
|||
"description": "",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "eval_task_id",
|
||||
"in": "query",
|
||||
"name": "task_id",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
|
@ -7226,7 +7226,7 @@
|
|||
"RegisterEvalTaskRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"eval_task_id": {
|
||||
"task_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"dataset_id": {
|
||||
|
@ -7272,7 +7272,7 @@
|
|||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"eval_task_id",
|
||||
"task_id",
|
||||
"dataset_id",
|
||||
"scoring_functions"
|
||||
]
|
||||
|
|
8
docs/_static/llama-stack-spec.yaml
vendored
8
docs/_static/llama-stack-spec.yaml
vendored
|
@ -455,8 +455,8 @@ paths:
|
|||
- EvalTasks
|
||||
description: ''
|
||||
parameters:
|
||||
- name: eval_task_id
|
||||
in: query
|
||||
- name: task_id
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
@ -4599,7 +4599,7 @@ components:
|
|||
RegisterEvalTaskRequest:
|
||||
type: object
|
||||
properties:
|
||||
eval_task_id:
|
||||
task_id:
|
||||
type: string
|
||||
dataset_id:
|
||||
type: string
|
||||
|
@ -4623,7 +4623,7 @@ components:
|
|||
- type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- eval_task_id
|
||||
- task_id
|
||||
- dataset_id
|
||||
- scoring_functions
|
||||
RegisterModelRequest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue