(skillName: string)
| 118 | * Deterministic extraction directory for a bundled skill's reference files. |
| 119 | */ |
| 120 | export function getBundledSkillExtractDir(skillName: string): string { |
| 121 | return join(getBundledSkillsRoot(), skillName) |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * Extract a bundled skill's reference files to disk so the model can |
no outgoing calls
no test coverage detected