mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +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"
|
||||
},
|
||||
"AgentTurnInputType": {
|
||||
"AnswerCorrectnessScoringFn": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
|
|
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
@ -4824,7 +4824,7 @@ components:
|
|||
- llm
|
||||
- embedding
|
||||
title: ModelType
|
||||
AgentTurnInputType:
|
||||
AnswerCorrectnessScoringFn:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue