Function: isCustomAgentFilePath()
function isCustomAgentFilePath(filePath: string): boolean;
Defined in: _internal/codex-file-kind.ts:21
Check whether a path is a Codex custom-agent TOML file.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
boolean