Skip to content

工具描述:Bash(sleep — 使用检查命令)

Tool Description: Bash (sleep — use check commands)

v2.1.53

Bash tool instruction: use check commands rather than sleeping when polling

如果需要轮询外部进程,请使用检查命令(例如 gh run view),而不是先休眠等待。


英文原文 / English Original

If you must poll an external process, use a check command (e.g. gh run view) rather than sleeping first.