MCPcopy
hub / github.com/google-gemini/gemini-cli / ForbiddenToolSettings

Interface ForbiddenToolSettings

evals/test-helper.ts:401–407  ·  view source on GitHub ↗

* Settings that are forbidden in evals. Evals should never restrict which * tools are available — they must test against the full, default tool set * to ensure realistic behavior.

Source from the content-addressed store, hash-verified

399 * to ensure realistic behavior.
400 */
401interface ForbiddenToolSettings {
402 tools?: {
403 /** Restricting core tools in evals is forbidden. */
404 core?: never;
405 [key: string]: unknown;
406 };
407}
408
409export interface BaseEvalCase {
410 suiteName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected