remove current response
This commit is contained in:
parent
87484e8428
commit
5dfa40d57d
@ -64,80 +64,15 @@ components:
|
|||||||
|
|
||||||
ListAssistantsResponse:
|
ListAssistantsResponse:
|
||||||
type: object
|
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:
|
CreateAssistantResponse:
|
||||||
type: object
|
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:
|
RetrieveAssistantResponse:
|
||||||
type: object
|
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:
|
ModifyAssistantResponse:
|
||||||
type: object
|
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:
|
DeleteAssistantResponse:
|
||||||
type: object
|
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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user