From 5dfa40d57d0e08d8faa0a9e796da6131931b0896 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:27:40 +0900 Subject: [PATCH] remove current response --- docs/openapi/specs/assistants.yaml | 69 +----------------------------- 1 file changed, 2 insertions(+), 67 deletions(-) diff --git a/docs/openapi/specs/assistants.yaml b/docs/openapi/specs/assistants.yaml index 4565d6ef0..c5fb12b6d 100644 --- a/docs/openapi/specs/assistants.yaml +++ b/docs/openapi/specs/assistants.yaml @@ -64,80 +64,15 @@ components: ListAssistantsResponse: type: object - properties: - id: - type: string - description: "The identifier of the model that was deleted." - example: "model-zephyr-7B" - object: - type: string - description: "Type of the object, indicating it's a model." - default: "model" - deleted: - type: boolean - description: "Indicates whether the model was successfully deleted." - example: true CreateAssistantResponse: type: object - properties: - id: - type: string - description: "The identifier of the model that was deleted." - example: "model-zephyr-7B" - object: - type: string - description: "Type of the object, indicating it's a model." - default: "model" - deleted: - type: boolean - description: "Indicates whether the model was successfully deleted." - example: true RetrieveAssistantResponse: type: object - properties: - id: - type: string - description: "The identifier of the model that was deleted." - example: "model-zephyr-7B" - object: - type: string - description: "Type of the object, indicating it's a model." - default: "model" - deleted: - type: boolean - description: "Indicates whether the model was successfully deleted." - example: true - + ModifyAssistantResponse: type: object - properties: - id: - type: string - description: "The identifier of the model that was deleted." - example: "model-zephyr-7B" - object: - type: string - description: "Type of the object, indicating it's a model." - default: "model" - deleted: - type: boolean - description: "Indicates whether the model was successfully deleted." - example: true DeleteAssistantResponse: - type: object - properties: - id: - type: string - description: "The identifier of the model that was deleted." - example: "model-zephyr-7B" - object: - type: string - description: "Type of the object, indicating it's a model." - default: "model" - deleted: - type: boolean - description: "Indicates whether the model was successfully deleted." - example: true \ No newline at end of file + type: object \ No newline at end of file