Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 443 Bytes

File metadata and controls

8 lines (8 loc) · 443 Bytes

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.