From c4b113e827b6eddb8aa8b6c86cb1ee7fa4e1a8d1 Mon Sep 17 00:00:00 2001 From: fscelliott <42477011+fscelliott@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:24:17 -0700 Subject: [PATCH] Update openapi_classification.yml --- openapi_classification.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/openapi_classification.yml b/openapi_classification.yml index e97882442..ed31c4de1 100644 --- a/openapi_classification.yml +++ b/openapi_classification.yml @@ -260,19 +260,8 @@ components: description: Deprecated. Similarity score comparing the document to the document type, where a score of 1 indicates a match. reference_documents: type: array - description: Deprecated. Scoring for embeddings-based classification, replaced by LLM-based classification. - items: - type: object - properties: - id: - type: string - description: Deprecated. Unique ID for the reference document. - name: - type: string - description: Deprecated. User-friendly name for the reference document. - score: - type: number - description: Deprecated. Similarity score comparing the document to the reference document, between 0 and 1. + description: Deprecated. Empty array. Scoring for embeddings-based classification, replaced by LLM-based classification. + additionalProperties: true classification_summary: type: array