File size: 139 Bytes
f27679f
 
 
1
2
3
export function parsePromptFileName(filePath: string): string {
  return (filePath || "").replaceAll("prompt_", "").replaceAll(".md", "")
}