eslint-plugin-copilot Documentation / _internal/copilot-file-kind / isCustomAgentFilePath
Function: isCustomAgentFilePath()
function isCustomAgentFilePath(filePath: string): boolean;
Defined in: _internal/copilot-file-kind.ts:34
Check whether a path points to a workspace-level custom agent file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean