Skip to content

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

FieldTypeRequiredDescriptionExample
createdAtDate✔️N/A
descriptionstring✔️N/AFine-tuned weights for the acme assistant.
idstring✔️Opaque, stable repository id (the canonical key; not a user label).rqz4h6k2m5n7p9r3t5v7w9x2
namestring✔️The repository name (URL label).my-model
orgstring✔️The organization URL slug the repository belongs to.acme