Skill
Example Usage
typescript
import { Skill } from "@meetkai/mka1/models/components";
let value: Skill = {
id: "<id>",
createdAt: 692479,
defaultVersion: "<value>",
description: "incidentally ick candid sharply",
latestVersion: "<value>",
name: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | Unique identifier for the skill |
createdAt | number | ✔️ | Unix timestamp when the skill was created |
defaultVersion | string | ✔️ | Default version for the skill |
description | string | ✔️ | Description of the skill |
latestVersion | string | ✔️ | Latest version for the skill |
name | string | ✔️ | Name of the skill |
object | "skill" | ➖ | N/A |