Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/eslint-plugin / AMBIGUOUS_PARAMETER_NAMES

Variable: AMBIGUOUS_PARAMETER_NAMES

ts
const AMBIGUOUS_PARAMETER_NAMES: ReadonlyArray<string>;

Defined in: tool-discovery.ts:130

Generic identifiers the parameter-naming rule flags as ambiguous. Tools whose inputSchema references only specific identifiers (e.g. userId, recipientEmail, apiKey) get full credit on the naming axis.

Stable