mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
scoring function back
This commit is contained in:
parent
0c37951395
commit
cf24e9073f
2 changed files with 2 additions and 2 deletions
2
docs/_static/llama-stack-spec.html
vendored
2
docs/_static/llama-stack-spec.html
vendored
|
@ -6978,7 +6978,7 @@
|
||||||
],
|
],
|
||||||
"title": "ModelType"
|
"title": "ModelType"
|
||||||
},
|
},
|
||||||
"AgentTurnInputType": {
|
"AnswerCorrectnessScoringFn": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
|
|
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
@ -4824,7 +4824,7 @@ components:
|
||||||
- llm
|
- llm
|
||||||
- embedding
|
- embedding
|
||||||
title: ModelType
|
title: ModelType
|
||||||
AgentTurnInputType:
|
AnswerCorrectnessScoringFn:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
type:
|
type:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue