MCPcopy
hub / github.com/agent0ai/agent-zero / get_heading

Method get_heading

tools/wait.py:85–89  ·  view source on GitHub ↗
(self, text: str = "", done: bool = False)

Source from the content-addressed store, hash-verified

83 )
84
85 def get_heading(self, text: str = "", done: bool = False):
86 done_icon = " icon://done_all" if done else ""
87 if not text:
88 text = f"Waiting..."
89 return f"icon://timer Wait: {text}{done_icon}"

Callers 2

executeMethod · 0.95
get_log_objectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected