Function: isLegacyPromptFilePath()
function isLegacyPromptFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:48
Check whether a path points to a deprecated Codex custom prompt.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean