Skip to content

Commit 7447617

Browse files
committed
fix(stainless): added missing reranking endpoint to SDK API
1 parent 72f1de5 commit 7447617

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/stainless.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ resources:
4545
universal_classification: "#/components/schemas/UniversalClassificationResponse"
4646
methods:
4747
create: post /classifications/universal
48+
rerankings:
49+
models:
50+
reranking: "#/components/schemas/RerankingResponse"
51+
methods:
52+
create: post /rerankings
4853

4954
settings:
5055
disable_mock_tests: true

0 commit comments

Comments
 (0)