工具描述:Bash(并行命令)
Tool Description: Bash (parallel commands)
v2.1.53Bash tool instruction: run independent commands as parallel tool calls
模板变量 / Template Variables
BASH_TOOL_NAME
如果命令相互独立且可以并行运行,请在单条消息中发起多个 ${BASH_TOOL_NAME} 工具调用。例如:如果需要运行 "git status" 和 "git diff",请发送一条包含两个并行 ${BASH_TOOL_NAME} 工具调用的消息。
英文原文 / English Original
If the commands are independent and can run in parallel, make multiple ${BASH_TOOL_NAME} tool calls in a single message. Example: if you need to run "git status" and "git diff", send a single message with two ${BASH_TOOL_NAME} tool calls in parallel.