Skip to main content

Function: createRecordSkillInstall()

Constructs a RecordSkillInstall instance.

Param

Optional explicit adapter options

Call Signature

createRecordSkillInstall(): RecordSkillInstall

Defined in: packages/core/src/composition/use-cases/record-skill-install.ts:16

Constructs a RecordSkillInstall use case wired with the filesystem config writer.

Returns

RecordSkillInstall

The pre-wired use case instance

Call Signature

createRecordSkillInstall(options): RecordSkillInstall

Defined in: packages/core/src/composition/use-cases/record-skill-install.ts:23

Constructs a RecordSkillInstall use case with an explicit config writer.

Parameters

options

FsRecordSkillInstallOptions

Pre-built config writer

Returns

RecordSkillInstall

The pre-wired use case instance