mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 19:12:09 +00:00
precommit
This commit is contained in:
parent
e477164448
commit
5162889709
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class ScoringFunctions(Protocol):
|
||||||
:param scoring_fn_type: The type of scoring function to register.
|
:param scoring_fn_type: The type of scoring function to register.
|
||||||
:param params: The parameters for the scoring function.
|
:param params: The parameters for the scoring function.
|
||||||
:param scoring_fn_id: (Optional) The ID of the scoring function to register. If not provided, a random ID will be generated.
|
:param scoring_fn_id: (Optional) The ID of the scoring function to register. If not provided, a random ID will be generated.
|
||||||
:param metadata: (Optional) Any additional metadata to be associated with the scoring function.
|
:param metadata: (Optional) Any additional metadata to be associated with the scoring function.
|
||||||
- E.g. {"description": "This scoring function is used for ..."}
|
- E.g. {"description": "This scoring function is used for ..."}
|
||||||
"""
|
"""
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue