forked from phoenix-oss/llama-stack-mirror
remove ScoringFn
This commit is contained in:
parent
a54d757ade
commit
45f6d5cd08
1 changed files with 0 additions and 5 deletions
|
@ -122,10 +122,6 @@ class DatasetWithACL(Dataset, ResourceWithACL):
|
|||
pass
|
||||
|
||||
|
||||
class ScoringFnWithACL(ScoringFn, ResourceWithACL):
|
||||
pass
|
||||
|
||||
|
||||
class BenchmarkWithACL(Benchmark, ResourceWithACL):
|
||||
pass
|
||||
|
||||
|
@ -155,7 +151,6 @@ RoutableObjectWithProvider = Annotated[
|
|||
ShieldWithACL,
|
||||
VectorDBWithACL,
|
||||
DatasetWithACL,
|
||||
ScoringFnWithACL,
|
||||
BenchmarkWithACL,
|
||||
ToolWithACL,
|
||||
ToolGroupWithACL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue