SkillResourceInput
The `SkillResourceInput` entity.
Definition
TypeScript
interface SkillResourceInput {
path: string;
content: string;
}Fields
| Field | Type | Notes |
|---|---|---|
path | string | required — Relative path, e.g. 'references/foo.md' |
content | string | required — File content |