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