mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 19:12:09 +00:00
better doc
This commit is contained in:
parent
18796c215a
commit
783f8890b1
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class ScoringFnTypeInfo(BaseModel):
|
|||
type: ScoringFunctionType
|
||||
description: str
|
||||
supported_purposes: List[DatasetPurpose] = Field(
|
||||
description="The purposes that this scoring function can be used for",
|
||||
description="The supported purposes (supported dataset schema) that this scoring function can be used for. E.g. eval/question-answer",
|
||||
default_factory=list,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue