MCPcopy Index your code
hub / github.com/THUDM/AgentBench / cyan

Method cyan

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

Source from the content-addressed store, hash-verified

63
64 @staticmethod
65 def cyan(msg):
66 return "\033[96m" + msg + "\033[0m"
67
68 @staticmethod
69 def yellow(msg):

Callers 4

analyze_outputFunction · 0.80
mainFunction · 0.80
__init__Method · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected