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

Function clearPromptCache

src/tools/SkillTool/prompt.ts:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218export function clearPromptCache(): void {
219 getPrompt.cache?.clear?.()
220}
221
222export async function getSkillInfo(cwd: string): Promise<{
223 totalSkills: number

Callers 2

clearAllCachesFunction · 0.85
clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected