工具描述:Bash(sleep — 使用 run_in_background)
Tool Description: Bash (sleep — use run_in_background)
v2.1.53Bash tool instruction: use run_in_background for long-running commands
如果你的命令运行时间较长,并且希望在命令完成时收到通知——只需使用 run_in_background 来运行你的命令。在这种情况下,无需使用 sleep。
英文原文 / English Original
If your command is long running and you would like to be notified when it finishes – simply run your command using run_in_background. There is no need to sleep in this case.