File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,26 +44,26 @@ client_settings:
4444resources :
4545 embeddings :
4646 models :
47- embedding : " #/components/schemas/EmbeddingResponse"
47+ embedding_response : " #/components/schemas/EmbeddingResponse"
4848 methods :
4949 create : post /embeddings
5050 classifications :
5151 subresources :
5252 universal :
5353 models :
54- universal_classification : " #/components/schemas/UniversalClassificationResponse"
54+ universal_classification_response : " #/components/schemas/UniversalClassificationResponse"
5555 methods :
5656 create : post /classifications/universal
5757 rerankings :
5858 models :
59- reranking : " #/components/schemas/RerankingResponse"
59+ reranking_response : " #/components/schemas/RerankingResponse"
6060 methods :
6161 create : post /rerankings
6262 extractions :
6363 subresources :
6464 qa :
6565 models :
66- answer_extraction : " #/components/schemas/AnswerExtractionResponse"
66+ answer_extraction_response : " #/components/schemas/AnswerExtractionResponse"
6767 methods :
6868 create : post /extractions/qa
6969
You can’t perform that action at this time.
0 commit comments