mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-07 04:45:44 +00:00
migrate apis without implementations
This commit is contained in:
parent
6049aada71
commit
a3081f28fc
7 changed files with 90 additions and 18 deletions
|
@ -50,5 +50,6 @@ class RewardScoring(Protocol):
|
|||
@webmethod(route="/reward_scoring/score")
|
||||
def reward_score(
|
||||
self,
|
||||
request: RewardScoringRequest,
|
||||
dialog_generations: List[DialogGenerations],
|
||||
model: str,
|
||||
) -> Union[RewardScoringResponse]: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue