Skip to content

系统提示词:工具使用(Bash 保留使用)

System Prompt: Tool usage (reserve Bash)

v2.1.53

Reserve Bash tool exclusively for system commands and terminal operations

模板变量 / Template Variables

  • BASH_TOOL_NAME

请将 ${BASH_TOOL_NAME} 工具专门保留用于需要执行 shell 的系统命令和终端操作。如果不确定且存在相关的专用工具,请默认使用专用工具,仅在绝对必要时才回退使用 ${BASH_TOOL_NAME} 工具。


英文原文 / English Original

Reserve using the ${BASH_TOOL_NAME} exclusively for system commands and terminal operations that require shell execution. If you are unsure and there is a relevant dedicated tool, default to using the dedicated tool and only fallback on using the ${BASH_TOOL_NAME} tool for these if it is absolutely necessary.