@@ -43,31 +43,31 @@ client_settings:
4343resources :
4444 embeddings :
4545 models :
46- embedding_response : " #/components/schemas/ EmbeddingResponse"
46+ embedding_response : EmbeddingResponse
4747 methods :
4848 create : post /embeddings
4949 classifications :
5050 subresources :
5151 universal :
5252 models :
53- universal_classification_response : " #/components/schemas/ UniversalClassificationResponse"
53+ universal_classification_response : UniversalClassificationResponse
5454 methods :
5555 create : post /classifications/universal
5656 rerankings :
5757 models :
58- reranking_response : " #/components/schemas/ RerankingResponse"
58+ reranking_response : RerankingResponse
5959 methods :
6060 create : post /rerankings
6161 extractions :
6262 subresources :
6363 qa :
6464 models :
65- answer_extraction_response : " #/components/schemas/ AnswerExtractionResponse"
65+ answer_extraction_response : AnswerExtractionResponse
6666 methods :
6767 create : post /extractions/qa
6868 enrichments :
6969 models :
70- enrichment_response : " #/components/schemas/ EnrichmentResponse"
70+ enrichment_response : EnrichmentResponse
7171
7272 methods :
7373 create : post /enrichments
@@ -76,20 +76,20 @@ resources:
7676 subresources :
7777 v1 :
7878 models :
79- crossreference : " #/components/schemas/ ILGSv1 Crossreference"
80- date : " #/components/schemas/ ILGSv1 Date"
81- email : " #/components/schemas/ ILGSv1 Email"
82- external_document : " #/components/schemas/ ILGSv1 External Document"
83- id_number : " #/components/schemas/ ILGSv1 ID Number"
84- location : " #/components/schemas/ ILGSv1 Location"
85- person : " #/components/schemas/ ILGSv1 Person"
86- phone_number : " #/components/schemas/ ILGSv1 Phone Number"
87- quote : " #/components/schemas/ ILGSv1 Quote"
88- segment : " #/components/schemas/ ILGSv1 Segment"
89- span : " #/components/schemas/ ILGSv1 Span"
90- term : " #/components/schemas/ ILGSv1 Term"
91- website : " #/components/schemas/ ILGSv1 Website"
92- document : " #/components/schemas/ ILGSv1Document"
79+ crossreference : ILGSv1 Crossreference
80+ date : ILGSv1 Date
81+ email : ILGSv1 Email
82+ external_document : ILGSv1 External Document
83+ id_number : ILGSv1 ID Number
84+ location : ILGSv1 Location
85+ person : ILGSv1 Person
86+ phone_number : ILGSv1 Phone Number
87+ quote : ILGSv1 Quote
88+ segment : ILGSv1 Segment
89+ span : ILGSv1 Span
90+ term : ILGSv1 Term
91+ website : ILGSv1 Website
92+ document : ILGSv1Document
9393
9494custom_casings :
9595 qa :
0 commit comments