MCPcopy Create free account
hub / github.com/Noumena-Network/code / getLimitedSkillToolCommands

Function getLimitedSkillToolCommands

src/tools/SkillTool/prompt.ts:214–216  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

212// All commands are always included (descriptions may be truncated to fit budget).
213// Used by analyzeContext to count skill tokens.
214export function getLimitedSkillToolCommands(cwd: string): Promise<Command[]> {
215 return getSkillToolCommands(cwd)
216}
217
218export function clearPromptCache(): void {
219 getPrompt.cache?.clear?.()

Callers 1

countSkillTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected