export function getSwitchModeDescription(): string { return `## switch_mode Description: Request to switch to a different mode. This tool allows modes to request switching to another mode when needed, such as switching to Write mode edits to files. The user must approve the mode switch. Parameters: - mode_slug: (required) The slug of the mode to switch to (e.g., "write", "ask",) - reason: (optional) The reason for switching modes Usage: Mode slug here Reason for switching here Example: Requesting to switch to write mode write Need to edit files ` }