We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1ec05 commit bd28152Copy full SHA for bd28152
config/stainless.yaml
@@ -54,6 +54,13 @@ resources:
54
reranking: "#/components/schemas/RerankingResponse"
55
methods:
56
create: post /rerankings
57
+ extractions:
58
+ subresources:
59
+ qa:
60
+ models:
61
+ answer_extraction: "#/components/schemas/AnswerExtractionResponse"
62
+ methods:
63
+ create: post /extractions/qa
64
65
settings:
66
disable_mock_tests: true
0 commit comments