mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 23:03:49 +00:00
scorer wip
This commit is contained in:
parent
70c08e694d
commit
35981a1a3b
5 changed files with 72 additions and 2 deletions
|
@ -14,6 +14,7 @@ from llama_stack.apis.scoring_functions import * # noqa: F403
|
|||
|
||||
|
||||
ScoringResult = Dict[str, Any]
|
||||
SingleScoringResult = Dict[str, Any]
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue