SkillResourceInput

The `SkillResourceInput` entity.

Definition

TypeScript
interface SkillResourceInput {
  path: string;
  content: string;
}

Fields

FieldTypeNotes
pathstringrequired — Relative path, e.g. 'references/foo.md'
contentstringrequired — File content