scorer wip

This commit is contained in:
Xi Yan 2024-10-23 15:02:54 -07:00
parent 70c08e694d
commit 35981a1a3b
5 changed files with 72 additions and 2 deletions

View file

@ -14,6 +14,7 @@ from llama_stack.apis.scoring_functions import * # noqa: F403
ScoringResult = Dict[str, Any]
SingleScoringResult = Dict[str, Any]
@json_schema_type