π File detail
tools/ExitPlanModeTool/constants.ts
π§© .tsπ 3 linesπΎ 113 bytesπ text
β Back to All Filesπ― Use case
This module implements the βExitPlanModeToolβ tool (Exit Plan Mode) β something the model can call at runtime alongside other agent tools. On the API surface it exposes EXIT_PLAN_MODE_TOOL_NAME and EXIT_PLAN_MODE_V2_TOOL_NAME β mainly types, interfaces, or factory objects.
Generated from folder role, exports, dependency roots, and inline comments β not hand-reviewed for every path.
π§ Inline summary
export const EXIT_PLAN_MODE_TOOL_NAME = 'ExitPlanMode' export const EXIT_PLAN_MODE_V2_TOOL_NAME = 'ExitPlanMode'
π€ Exports (heuristic)
EXIT_PLAN_MODE_TOOL_NAMEEXIT_PLAN_MODE_V2_TOOL_NAME
π₯οΈ Source preview
export const EXIT_PLAN_MODE_TOOL_NAME = 'ExitPlanMode' export const EXIT_PLAN_MODE_V2_TOOL_NAME = 'ExitPlanMode'