Temporary Commit at 3/11/2025, 2:22:44 PM

Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:
This commit is contained in:
Xi Yan 2025-03-11 14:22:45 -07:00
parent 58f4074b2a
commit ec475daeda

View file

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