MCPcopy Create free account
hub / github.com/THUDM/AgentBench / red

Method red

src/utils/others.py:57–58  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

55class ColorMessage:
56 @staticmethod
57 def red(msg):
58 return "\033[91m" + msg + "\033[0m"
59
60 @staticmethod
61 def green(msg):

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected