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
|
pass
|
||||||
|
|
||||||
|
|
||||||
class ScoringFnWithACL(ScoringFn, ResourceWithACL):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class BenchmarkWithACL(Benchmark, ResourceWithACL):
|
class BenchmarkWithACL(Benchmark, ResourceWithACL):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
@ -155,7 +151,6 @@ RoutableObjectWithProvider = Annotated[
|
||||||
ShieldWithACL,
|
ShieldWithACL,
|
||||||
VectorDBWithACL,
|
VectorDBWithACL,
|
||||||
DatasetWithACL,
|
DatasetWithACL,
|
||||||
ScoringFnWithACL,
|
|
||||||
BenchmarkWithACL,
|
BenchmarkWithACL,
|
||||||
ToolWithACL,
|
ToolWithACL,
|
||||||
ToolGroupWithACL,
|
ToolGroupWithACL,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue