(request: {
installedPath: string
projectPath?: string | undefined | null | undefined
chat?: boolean | undefined
})
| 21 | } |
| 22 | |
| 23 | export async function removePiSkill(request: { |
| 24 | installedPath: string |
| 25 | projectPath?: string | undefined | null | undefined |
| 26 | chat?: boolean | undefined |
| 27 | }): Promise<PiSkillMutationResult> { |
| 28 | const result = await invokeRuntimeHost('removePiSkill', request) |
| 29 | await invalidateRuntimeHostSettings() |
| 30 | return result |
| 31 | } |
nothing calls this directly
no test coverage detected