Function: getPromptName()
function getPromptName(
filePath: string,
frontmatter: Readonly<{
body: string;
content: string;
fields: ReadonlyMap<string, FrontmatterField>;
}> | null
): string;
Defined in: _internal/copilot-customization-names.ts:65
Get the effective prompt slash-command name.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
frontmatter |
Returnsâ
string