ClusterRegistryEntry
Example Usage
typescript
import { ClusterRegistryEntry } from "@meetkai/mka1/models/components";
let value: ClusterRegistryEntry = {
id: "<id>",
provider: "<value>",
apiFormat: "<value>",
hidden: false,
errorFallbackModelId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
provider | string | ✔️ | N/A |
apiFormat | string | ✔️ | N/A |
hidden | boolean | ✔️ | N/A |
errorFallbackModelId | string | ✔️ | N/A |