DeleteCustomModelResponse
Response confirming the deletion of a custom model.
Example Usage
typescript
import { DeleteCustomModelResponse } from "@meetkai/mka1/models/components";
let value: DeleteCustomModelResponse = {
message: "Custom model 'my-local-llama' deleted successfully",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
message | string | ✔️ | Confirmation message about the deletion |