test sapling

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
This commit is contained in:
Xi Yan 2025-03-11 14:20:58 -07:00
parent 62839c66a1
commit 58f4074b2a

View file

@ -53,6 +53,7 @@ class ScoringFunctionStore(Protocol):
@runtime_checkable @runtime_checkable
class Scoring(Protocol): class Scoring(Protocol):
# test sapling
scoring_function_store: ScoringFunctionStore scoring_function_store: ScoringFunctionStore
@webmethod(route="/scoring/score-batch", method="POST") @webmethod(route="/scoring/score-batch", method="POST")