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