mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 08:53:54 +00:00
docs
This commit is contained in:
parent
f9ea90c4f7
commit
58d9cb1276
3 changed files with 17 additions and 8 deletions
9
docs/_static/llama-stack-spec.html
vendored
9
docs/_static/llama-stack-spec.html
vendored
|
|
@ -7201,11 +7201,11 @@
|
|||
"context_recall",
|
||||
"context_relevancy"
|
||||
],
|
||||
"title": "ScoringFunctionType",
|
||||
"description": "A type of scoring function. Each type is a criteria for evaluating answers."
|
||||
"description": "The type of scoring function."
|
||||
},
|
||||
"params": {
|
||||
"$ref": "#/components/schemas/ScoringFnParams"
|
||||
"$ref": "#/components/schemas/ScoringFnParams",
|
||||
"description": "(Optional) The parameters for the scoring function."
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
|
|
@ -7230,7 +7230,8 @@
|
|||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "(Optional) Any additional metadata for this definition (e.g. description)."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue