PreconfiguredSkill
Example Usage
typescript
import { PreconfiguredSkill } from "@meetkai/mka1/models/components";
let value: PreconfiguredSkill = {
name: "<value>",
description: "spellcheck usefully if hmph brand couch nab easily put",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | ✔️ | Skill name, used as { type: 'preconfigured', name: '...' } in tool definitions |
description | string | ✔️ | Description of what the skill does |
object | "preconfigured_skill" | ➖ | N/A |