Skip to content

工具描述:Bash(内置工具说明)

Tool Description: Bash (built-in tools note)

v2.1.53

Note that built-in tools provide better UX than Bash equivalents

模板变量 / Template Variables

  • BASH_TOOL_NAME

虽然 ${BASH_TOOL_NAME} 工具也能实现类似功能,但最好使用内置工具,因为它们能提供更好的用户体验,并且更容易审查工具调用和授予权限。


英文原文 / English Original

While the ${BASH_TOOL_NAME} tool can do similar things, it’s better to use the built-in tools as they provide a better user experience and make it easier to review tool calls and give permission.