fix after rebase

This commit is contained in:
Dinesh Yeduguru 2024-11-11 17:27:22 -08:00
parent 3802edfc50
commit 9718989ee1
16 changed files with 114 additions and 62 deletions

View file

@ -37,7 +37,7 @@ class ScoreResponse(BaseModel):
class ScoringFunctionStore(Protocol):
def get_scoring_function(self, name: str) -> ScoringFnDefWithProvider: ...
def get_scoring_function(self, scoring_fn_id: str) -> ScoringFn: ...
@runtime_checkable