MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / normalizeSkillMenuLines

Function normalizeSkillMenuLines

packages/node-runtime/src/ai/skill-menu.ts:46–48  ·  view source on GitHub ↗
(lines: readonly string[])

Source from the content-addressed store, hash-verified

44}
45
46function normalizeSkillMenuLines(lines: readonly string[]): string[] {
47 return lines.map((line) => line.trim()).filter(Boolean)
48}

Callers 2

buildSkillMenuTextFunction · 0.85
appendSkillMenuLinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected