Repo
Example Usage
typescript
import { Repo } from "@meetkai/mka1/models/components";
let value: Repo = {
createdAt: new Date("2024-11-02T03:23:29.563Z"),
description: "Fine-tuned weights for the acme assistant.",
id: "rqz4h6k2m5n7p9r3t5v7w9x2",
name: "my-model",
org: "acme",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
createdAt | Date | ✔️ | N/A | |
description | string | ✔️ | N/A | Fine-tuned weights for the acme assistant. |
id | string | ✔️ | Opaque, stable repository id (the canonical key; not a user label). | rqz4h6k2m5n7p9r3t5v7w9x2 |
name | string | ✔️ | The repository name (URL label). | my-model |
org | string | ✔️ | The organization URL slug the repository belongs to. | acme |