Variables

ALWAYS_SERVED_TOOLS

Variable: ALWAYS_SERVED_TOOLS

const ALWAYS_SERVED_TOOLS: readonly string[]

Defined in: src/core/agent/toolChoice/types.ts:39

The framework's own doors, never narrowed away: the skill menu (read_skill, list_skillscore/agent/buildToolRegistry.ts), the procedure escape (skip_steplib/injection-engine/skillSteps.ts · SKIP_STEP_TOOL_NAME) and the hand-to-the-screen tool (presentartifacts/present.ts · PRESENT_TOOL_NAME). Literals here so this file stays a leaf; test/core/agent/toolChoice/narrow.test.ts pins them to the owners' constants. The 'tool-forced' schema tool never enters the slot (it is appended at request assembly), so it needs no entry.

On this page